|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.businessobjects.enterprise.infoobject.InfoObject
com.businessobjects.enterprise.server.Server
Manages the server, provides general information on the server, and retrieves the administration assembly specific to the server kind.
BIPlatform,
Serialized Form| Constructor Summary | |
Server()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Internal Use Only. |
java.lang.String |
getCMSAuditDBConnect()
Internal Use Only. |
java.lang.String |
getCMSAuditDBDriver()
Internal Use Only. |
CommunicationProtocalEnum |
getCommunicationProtocol()
Returns the communication protocol the server is running under. |
CustomProperties |
getCustomProperties()
Returns the custom properties. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
java.lang.Boolean |
getDisabled()
Returns true if the server is disabled, and false otherwise. |
java.lang.String |
getFriendlyName()
Returns the BusinessObjects Enterprise Friendly Name of the server. |
java.lang.Integer |
getIsAlive()
Returns true if the server is alive (running), and false otherwise. |
com.businessobjects.enterprise.server.Server_NetworkLayers |
getNetworkLayers()
Internal Use Only. |
java.lang.String |
getOSServiceName()
Internal Use Only. |
java.lang.String |
getProcessID()
Internal Use Only. |
java.lang.String |
getRegisterToCMS()
Internal Use Only. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
java.lang.String |
getServerDescriptor()
Returns the type of BusinessObjects Enterprise server. |
java.lang.String |
getServerID()
Returns the Nameserver registered server ID. |
java.lang.String |
getServerKind()
Returns the registered server kind. |
java.lang.String |
getServerName()
Returns the name of the host (machine) where the server is running. |
SystemInfo |
getSystemInfo()
Returns the system info. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Internal Use Only. |
int |
hashCode()
Internal Use Only. |
void |
setCMSAuditDBConnect(java.lang.String CMSAuditDBConnect)
Internal Use Only. |
void |
setCMSAuditDBDriver(java.lang.String CMSAuditDBDriver)
Internal Use Only. |
void |
setCommunicationProtocol(CommunicationProtocalEnum communicationProtocol)
Sets the communication protocol the server is running under. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the custom properties. |
void |
setDisabled(java.lang.Boolean disabled)
Sets whether the server is disabled. |
void |
setFriendlyName(java.lang.String friendlyName)
Internal Use Only. |
void |
setIsAlive(java.lang.Integer isAlive)
Internal Use Only. |
void |
setNetworkLayers(com.businessobjects.enterprise.server.Server_NetworkLayers networkLayers)
Internal Use Only. |
void |
setOSServiceName(java.lang.String OSServiceName)
Internal Use Only. |
void |
setProcessID(java.lang.String processID)
Internal Use Only. |
void |
setRegisterToCMS(java.lang.String registerToCMS)
Internal Use Only. |
void |
setServerDescriptor(java.lang.String serverDescriptor)
Internal Use Only. |
void |
setServerID(java.lang.String serverID)
Internal Use Only. |
void |
setServerKind(java.lang.String serverKind)
Internal Use Only. |
void |
setServerName(java.lang.String serverName)
Internal Use Only. |
void |
setSystemInfo(SystemInfo systemInfo)
Sets the system info. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Server()
| Method Detail |
public java.lang.String getServerName()
Returns the name of the host (machine) where the server is running.
String containing the name of the host (machine) where the server is running.public void setServerName(java.lang.String serverName)
public java.lang.Boolean getDisabled()
Returns true if the server is disabled, and false otherwise.
true if the server is disabled, false otherwise.public void setDisabled(java.lang.Boolean disabled)
Sets whether the server is disabled.
disabled - true if the server is disabled, false otherwise.public java.lang.String getServerID()
Returns the Nameserver registered server ID.
String containing the Nameserver registered server ID.public void setServerID(java.lang.String serverID)
public java.lang.String getCMSAuditDBDriver()
public void setCMSAuditDBDriver(java.lang.String CMSAuditDBDriver)
public java.lang.String getCMSAuditDBConnect()
public void setCMSAuditDBConnect(java.lang.String CMSAuditDBConnect)
public CommunicationProtocalEnum getCommunicationProtocol()
Returns the communication protocol the server is running under.
public void setCommunicationProtocol(CommunicationProtocalEnum communicationProtocol)
Sets the communication protocol the server is running under.
communicationProtocol - The communication protocol the server is running under.public java.lang.String getOSServiceName()
public void setOSServiceName(java.lang.String OSServiceName)
public java.lang.Integer getIsAlive()
Returns true if the server is alive (running), and false otherwise.
true if the server is alive (running), false otherwise.public void setIsAlive(java.lang.Integer isAlive)
public java.lang.String getFriendlyName()
Returns the BusinessObjects Enterprise Friendly Name of the server.
String containing the BusinessObjects Enterprise Friendly Name of the server.public void setFriendlyName(java.lang.String friendlyName)
public java.lang.String getServerDescriptor()
Returns the type of BusinessObjects Enterprise server.
String containing the type of the BusinessObjects Enterprise server.public void setServerDescriptor(java.lang.String serverDescriptor)
public java.lang.String getServerKind()
Returns the registered server kind. Each server kind, such as File Server or Job Server, has a distinct value.
String containing the registered server kind.public void setServerKind(java.lang.String serverKind)
public java.lang.String getRegisterToCMS()
public void setRegisterToCMS(java.lang.String registerToCMS)
public java.lang.String getProcessID()
public void setProcessID(java.lang.String processID)
public com.businessobjects.enterprise.server.Server_NetworkLayers getNetworkLayers()
public void setNetworkLayers(com.businessobjects.enterprise.server.Server_NetworkLayers networkLayers)
public SystemInfo getSystemInfo()
Returns the system info.
public void setSystemInfo(SystemInfo systemInfo)
Sets the system info.
systemInfo - The system info.public CustomProperties getCustomProperties()
Returns the custom properties.
public void setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
customProperties - The custom properties.public boolean equals(java.lang.Object obj)
equals in class InfoObjectpublic int hashCode()
hashCode in class InfoObjectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||