com.metamatrix.admin.objects
Class MMSystem

java.lang.Object
  extended by com.metamatrix.admin.objects.MMAdminObject
      extended by com.metamatrix.admin.objects.MMSystem
All Implemented Interfaces:
AdminObject, SystemObject, java.io.Serializable

public class MMSystem
extends MMAdminObject
implements SystemObject

Dataholder for information about the system at-large

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.admin.objects.MMAdminObject
deployed, enabled, identifier, identifierParts, name, OBJECT_TYPE_CACHE, OBJECT_TYPE_CONNECTOR_BINDING, OBJECT_TYPE_CONNECTOR_TYPE, OBJECT_TYPE_DQP, OBJECT_TYPE_ENTITLEMENT, OBJECT_TYPE_EXTENSION_MODULE, OBJECT_TYPE_GROUP, OBJECT_TYPE_HOST, OBJECT_TYPE_LOG_CONFIGURATION, OBJECT_TYPE_MODEL, OBJECT_TYPE_PROCESS_OBJECT, OBJECT_TYPE_PROPERTY_DEFINITION, OBJECT_TYPE_QUEUE_WORKER_POOL, OBJECT_TYPE_REQUEST, OBJECT_TYPE_RESOURCE, OBJECT_TYPE_ROLE, OBJECT_TYPE_SESSION, OBJECT_TYPE_SOURCE_REQUEST, OBJECT_TYPE_SYSTEM_OBJECT, OBJECT_TYPE_USER, OBJECT_TYPE_VDB, OBJECTS_PACKAGE, registered, serialVersionUID
 
Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
 
Constructor Summary
MMSystem()
          Construct a new MMSystem object
 
Method Summary
 java.lang.String getStartDateAsString()
          Get The Start Date as a String
 java.util.Date getStartTime()
           
 boolean isStarted()
           
 void setStarted(boolean isStarted)
           
 void setStartTime(java.util.Date startTime)
           
 java.lang.String toString()
          Get MetaMatrix Object as a String
 
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

MMSystem

public MMSystem()
Construct a new MMSystem object

Since:
4.3
Method Detail

isStarted

public boolean isStarted()
Specified by:
isStarted in interface SystemObject
Returns:
Returns whether the system is started.
Since:
4.3

setStarted

public void setStarted(boolean isStarted)
Parameters:
isStarted - whether the system is started.
Since:
4.3

getStartTime

public java.util.Date getStartTime()
Specified by:
getStartTime in interface SystemObject
Returns:
Returns the startTime.
Since:
4.3

setStartTime

public void setStartTime(java.util.Date startTime)
Parameters:
startTime - The startTime to set.
Since:
4.3

getStartDateAsString

public java.lang.String getStartDateAsString()
Get The Start Date as a String

Returns:
String
Since:
4.3

toString

public java.lang.String toString()
Description copied from class: MMAdminObject
Get MetaMatrix Object as a String

Specified by:
toString in class MMAdminObject
See Also:
Object.toString()


Copyright © 2009. All Rights Reserved.