public class IWatchdogTaskStub extends org.apache.axis.client.Stub implements IWatchdogTask
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 |
---|
IWatchdogTaskStub() |
IWatchdogTaskStub(javax.xml.rpc.Service service) |
IWatchdogTaskStub(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) |
java.lang.String |
addWatchdog(WatchdogBehavior watchdog,
java.lang.String agentID) |
protected org.apache.axis.client.Call |
createCall() |
void |
deleteWatchdog(java.lang.String watchdogID) |
AgentConfig |
findWatchdogAgent(java.lang.String watchdogID) |
WatchdogBehavior[] |
getAllWatchdogs() |
WatchdogBehavior[] |
getWatchdogs(java.lang.String agentID) |
void |
updateWatchdog(WatchdogBehavior watchdog) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IWatchdogTaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IWatchdogTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IWatchdogTaskStub(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 AgentConfig findWatchdogAgent(java.lang.String watchdogID) throws java.rmi.RemoteException
findWatchdogAgent
in interface IWatchdogTask
java.rmi.RemoteException
public java.lang.String addWatchdog(WatchdogBehavior watchdog, java.lang.String agentID) throws java.rmi.RemoteException
addWatchdog
in interface IWatchdogTask
java.rmi.RemoteException
public WatchdogBehavior[] getWatchdogs(java.lang.String agentID) throws java.rmi.RemoteException
getWatchdogs
in interface IWatchdogTask
java.rmi.RemoteException
public void updateWatchdog(WatchdogBehavior watchdog) throws java.rmi.RemoteException
updateWatchdog
in interface IWatchdogTask
java.rmi.RemoteException
public void deleteWatchdog(java.lang.String watchdogID) throws java.rmi.RemoteException
deleteWatchdog
in interface IWatchdogTask
java.rmi.RemoteException
public WatchdogBehavior[] getAllWatchdogs() throws java.rmi.RemoteException
getAllWatchdogs
in interface IWatchdogTask
java.rmi.RemoteException