|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.contacts.protocol.contactserver.AbstractMessage
com.genesyslab.platform.contacts.protocol.contactserver.events.EventGetSystemSettings
public final class EventGetSystemSettings
The purpose is to provide available options. This particular services aims at providing user with a picture of UCS information, regardless of Client is connected behind Proxy. The service could also serve as audit on UCS instance.
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractMessage |
---|
REF_ID_KEY |
Constructor Summary | |
---|---|
EventGetSystemSettings()
|
Method Summary | |
---|---|
java.util.Map |
attributes()
|
static EventGetSystemSettings |
create()
|
com.genesyslab.platform.commons.protocol.runtime.DataSupport |
createClone(com.genesyslab.platform.commons.protocol.runtime.DataSupport sample)
|
boolean |
equals(java.lang.Object obj)
|
java.util.Map |
getCompounds()
|
java.util.List |
getCustomPackagers()
|
DatabaseInfoList |
getDatabase()
Describes database information. |
HostInfo |
getHost()
The host information summary (as seen in Configuration, or audited). |
com.genesyslab.platform.commons.protocol.runtime.MetaData |
getMetaData()
|
KeyValueCollection |
getOptions()
The options as seen in Options Tab of Configuration. |
PortInfoList |
getPorts()
The list of ports defined and their options. |
int |
hashCode()
|
void |
setDatabase(DatabaseInfoList value)
Describes database information. |
void |
setHost(HostInfo value)
The host information summary (as seen in Configuration, or audited). |
void |
setOptions(KeyValueCollection value)
The options as seen in Options Tab of Configuration. |
void |
setPorts(PortInfoList value)
The list of ports defined and their options. |
Methods inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractMessage |
---|
getEndpoint, getLazyParser, getMessageAttribute, getProtocolId, getReferenceId, getRequestorInfo, retreiveReference, setEndpoint, setProtocolId, setReferenceId, setReferenceId, setRequestorInfo, toString, toString, toString, toString, updateReference |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getProtocolDescription, messageId, messageName, setProtocolDescription |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ProtocolDescriptionSupport |
---|
getProtocolDescription |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Constructor Detail |
---|
public EventGetSystemSettings()
Method Detail |
---|
public static EventGetSystemSettings create()
public HostInfo getHost()
public void setHost(HostInfo value)
value
- Host property new valuepublic PortInfoList getPorts()
public void setPorts(PortInfoList value)
value
- Ports property new valuepublic DatabaseInfoList getDatabase()
public void setDatabase(DatabaseInfoList value)
value
- Database property new valuepublic KeyValueCollection getOptions()
public void setOptions(KeyValueCollection value)
value
- Options property new valuepublic com.genesyslab.platform.commons.protocol.runtime.MetaData getMetaData()
public java.util.List getCustomPackagers()
getCustomPackagers
in interface com.genesyslab.platform.commons.protocol.runtime.DataSupport
getCustomPackagers
in class AbstractMessage
public java.util.Map attributes()
public java.util.Map getCompounds()
public com.genesyslab.platform.commons.protocol.runtime.DataSupport createClone(com.genesyslab.platform.commons.protocol.runtime.DataSupport sample)
public int hashCode()
hashCode
in class DataObject
public boolean equals(java.lang.Object obj)
equals
in class DataObject
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |