|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.admin.objects.MMAdminObject
com.metamatrix.admin.objects.MMHost
public final class MMHost
Simple Host object for the Admin API as represented in the Configuration
| Field Summary |
|---|
| Fields inherited from interface com.metamatrix.admin.api.objects.Host |
|---|
HOST_BIND_ADDRESS, HOST_DIRECTORY, HOST_ENABLED, HOST_PHYSICAL_ADDRESS, INSTALL_DIR, LOG_DIRECTORY |
| Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
| Constructor Summary | |
|---|---|
MMHost(java.lang.String[] identifierParts)
Constructor for creating a MMHost |
|
| Method Summary | |
|---|---|
boolean |
isRunning()
Return true if this Host is running |
void |
setRunning(boolean running)
Set if this Host has been deployed and is executing |
java.lang.String |
toString()
Create a String for this MMHost |
| Methods inherited from class com.metamatrix.admin.objects.MMAdminObject |
|---|
buildIdentifier, buildIdentifierArray, buildIdentifierList, getCreated, getCreatedBy, getCreatedDate, getIdentifier, getIdentifierArray, getLastChangedBy, getLastChangedDate, getLastUpdated, getLastUpdatedBy, getName, getNameFromIdentifier, getObjectType, getParentName, getProperties, getPropertiesAsString, getPropertyValue, getProps, isDeployed, isEnabled, isRegistered, setCreated, setCreatedBy, setDeployed, setEnabled, setIdentifier, setLastUpdated, setLastUpdatedBy, setProperties, setRegistered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
getIdentifier, getName, getProperties, getPropertyValue |
| Constructor Detail |
|---|
public MMHost(java.lang.String[] identifierParts)
identifierParts - of the Host| Method Detail |
|---|
public java.lang.String toString()
toString in class MMAdminObjectObject.toString()public boolean isRunning()
isRunning in interface Hostpublic void setRunning(boolean running)
running -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||