|
||||||||||
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 class com.metamatrix.admin.objects.MMAdminObject |
---|
deployed, enabled, identifier, identifierParts, name, registered |
Fields inherited from interface com.metamatrix.admin.api.Host |
---|
HOST_BIND_ADDRESS, HOST_DIRECTORY, HOST_ENABLED, HOST_PHYSICAL_ADDRESS, INSTALL_DIR, LOG_DIRECTORY |
Fields inherited from interface org.teiid.adminapi.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, getParentName, getProperties, getPropertiesAsString, getPropertyValue, getProps, isEnabled, isRegistered, setCreated, setCreatedBy, 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 org.teiid.adminapi.AdminObject |
---|
getIdentifier, getName, getProperties, getPropertyValue |
Constructor Detail |
---|
public MMHost(java.lang.String[] identifierParts)
identifierParts
- of the HostMethod Detail |
---|
public java.lang.String toString()
toString
in class MMAdminObject
Object.toString()
public boolean isRunning()
isRunning
in interface Host
public void setRunning(boolean running)
running
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |