public interface ServerInstance extends IndependentlyPersistableObject
ServerInstance
objects are created dynamically during system initialization and
startup based on the configured topology of the application server or via specific system properties. They
cannot be created via the API. You can retrieve a persisted ServerInstance
object
by calling getInstance
or fetchInstance
on the Factory.ServerInstance
class.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
StringList |
get_HostNames()
Returns the value of the HostNames property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
java.lang.String |
get_Name()
Returns the value of the Name property.
|
SubsystemConfigurationList |
get_SubsystemConfigurations()
Returns the value of the SubsystemConfigurations property.
|
VirtualServer |
get_VirtualServer()
Returns the value of the VirtualServer property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_SubsystemConfigurations(SubsystemConfigurationList value)
Sets the value of the SubsystemConfigurations property.
|
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
java.util.Date get_DateLastModified()
Id get_Id()
java.lang.String get_Name()
VirtualServer get_VirtualServer()
SubsystemConfigurationList get_SubsystemConfigurations()
void set_SubsystemConfigurations(SubsystemConfigurationList value)
StringList get_HostNames()
© Copyright IBM Corporation 2006, 2015. All rights reserved.