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.AxisFault
public IServerStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IServerStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
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() throws java.rmi.RemoteException
java.rmi.RemoteException
public 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 IServer
java.rmi.RemoteException
public ServerConfig setConfig(ServerConfig cfg) throws java.rmi.RemoteException
public AlertSettingsTO getAlertSettings() throws java.rmi.RemoteException
getAlertSettings
in interface IServer
java.rmi.RemoteException
public void setAlertSettings(AlertSettingsTO settings) throws java.rmi.RemoteException
setAlertSettings
in interface IServer
java.rmi.RemoteException