com.metamatrix.admin.api.objects
Interface SystemObject

All Superinterfaces:
AdminObject
All Known Implementing Classes:
MMSystem

public interface SystemObject
extends AdminObject

Since:
4.3

Field Summary
 
Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
 
Method Summary
 java.util.Date getStartTime()
           
 boolean isStarted()
           
 
Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject
getIdentifier, getName, getProperties, getPropertyValue
 

Method Detail

isStarted

boolean isStarted()
Returns:
Returns whether the system is started.
Since:
4.3

getStartTime

java.util.Date getStartTime()
Returns:
Returns the startTime.
Since:
4.3


Copyright © 2009. All Rights Reserved.