| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
| Constructor and Description |
|---|
IServerStub() |
IServerStub(javax.xml.rpc.Service service) |
IServerStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
protected org.apache.axis.client.Call |
createCall() |
AlertSettingsTO |
getAlertSettings() |
ServerConfig |
getConfig() |
ApplicationState |
getState() |
void |
ping() |
void |
raiseAlert(AgentAlert alert) |
void |
setAlertSettings(AlertSettingsTO settings) |
ServerConfig |
setConfig(ServerConfig cfg) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IServerStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IServerStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IServerStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate void addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic ApplicationState getState() throws java.rmi.RemoteException
public ServerConfig getConfig() throws java.rmi.RemoteException
public void raiseAlert(AgentAlert alert) throws java.rmi.RemoteException
raiseAlert in interface IServerjava.rmi.RemoteExceptionpublic ServerConfig setConfig(ServerConfig cfg) throws java.rmi.RemoteException
public AlertSettingsTO getAlertSettings() throws java.rmi.RemoteException
getAlertSettings in interface IServerjava.rmi.RemoteExceptionpublic void setAlertSettings(AlertSettingsTO settings) throws java.rmi.RemoteException
setAlertSettings in interface IServerjava.rmi.RemoteException