com.filenet.api.admin
Interface ServerInstance
-
- All Superinterfaces:
- EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
public interface ServerInstance extends IndependentlyPersistableObject
Represents a single instance of a Java Virtual Machine (JVM) running in an application server. One or more logically connected server instances working together constitute a virtual server. One or more virtual servers make up a site within a FileNet P8 domain.ServerInstanceobjects 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 persistedServerInstanceobject by callinggetInstanceorfetchInstanceon theFactory.ServerInstanceclass.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_BuildNumber()Returns the value of the BuildNumber property.java.lang.Stringget_Creator()Returns the value of the Creator property.java.util.Dateget_DateCreated()Returns the value of the DateCreated property.java.util.Dateget_DateLastModified()Returns the value of the DateLastModified property.java.lang.Stringget_DomainVersion()Returns the value of the DomainVersion property.StringListget_HostNames()Returns the value of the HostNames property.Idget_Id()Returns the value of the Id property.java.lang.Stringget_LastModifier()Returns the value of the LastModifier property.java.lang.Stringget_Name()Returns the value of the Name property.java.lang.Stringget_SchemaVersion()Returns the value of the SchemaVersion property.SubsystemConfigurationListget_SubsystemConfigurations()Returns the value of the SubsystemConfigurations property.VirtualServerget_VirtualServer()Returns the value of the VirtualServer property.voidset_Creator(java.lang.String value)Sets the value of the Creator property.voidset_DateCreated(java.util.Date value)Sets the value of the DateCreated property.voidset_SubsystemConfigurations(SubsystemConfigurationList value)Sets the value of the SubsystemConfigurations property.-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Creator
java.lang.String get_Creator()
Returns the value of the Creator property. For more information, see Creator Property.
-
set_Creator
void set_Creator(java.lang.String value)
Sets the value of the Creator property. For more information, see Creator Property.
-
get_DateCreated
java.util.Date get_DateCreated()
Returns the value of the DateCreated property. For more information, see DateCreated Property.
-
set_DateCreated
void set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. For more information, see DateCreated Property.
-
get_LastModifier
java.lang.String get_LastModifier()
Returns the value of the LastModifier property. For more information, see LastModifier Property.
-
get_DateLastModified
java.util.Date get_DateLastModified()
Returns the value of the DateLastModified property. For more information, see DateLastModified Property.
-
get_Id
Id get_Id()
Returns the value of the Id property. For more information, see Id Property.
-
get_Name
java.lang.String get_Name()
Returns the value of the Name property. For more information, see Name Property.
-
get_VirtualServer
VirtualServer get_VirtualServer()
Returns the value of the VirtualServer property. For more information, see VirtualServer Property.
-
get_SubsystemConfigurations
SubsystemConfigurationList get_SubsystemConfigurations()
Returns the value of the SubsystemConfigurations property. For more information, see SubsystemConfigurations Property.
-
set_SubsystemConfigurations
void set_SubsystemConfigurations(SubsystemConfigurationList value)
Sets the value of the SubsystemConfigurations property. For more information, see SubsystemConfigurations Property.
-
get_HostNames
StringList get_HostNames()
Returns the value of the HostNames property. For more information, see HostNames Property.
-
get_BuildNumber
java.lang.String get_BuildNumber()
Returns the value of the BuildNumber property. For more information, see BuildNumber Property.
-
get_DomainVersion
java.lang.String get_DomainVersion()
Returns the value of the DomainVersion property. For more information, see DomainVersion Property.
-
get_SchemaVersion
java.lang.String get_SchemaVersion()
Returns the value of the SchemaVersion property. For more information, see SchemaVersion Property.
-
-