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.AxisFaultpublic IWatchdogTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IWatchdogTaskStub(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 AgentConfig findWatchdogAgent(java.lang.String watchdogID) throws java.rmi.RemoteException
findWatchdogAgent in interface IWatchdogTaskjava.rmi.RemoteExceptionpublic java.lang.String addWatchdog(WatchdogBehavior watchdog, java.lang.String agentID) throws java.rmi.RemoteException
addWatchdog in interface IWatchdogTaskjava.rmi.RemoteExceptionpublic WatchdogBehavior[] getWatchdogs(java.lang.String agentID) throws java.rmi.RemoteException
getWatchdogs in interface IWatchdogTaskjava.rmi.RemoteExceptionpublic void updateWatchdog(WatchdogBehavior watchdog) throws java.rmi.RemoteException
updateWatchdog in interface IWatchdogTaskjava.rmi.RemoteExceptionpublic void deleteWatchdog(java.lang.String watchdogID)
throws java.rmi.RemoteException
deleteWatchdog in interface IWatchdogTaskjava.rmi.RemoteExceptionpublic WatchdogBehavior[] getAllWatchdogs() throws java.rmi.RemoteException
getAllWatchdogs in interface IWatchdogTaskjava.rmi.RemoteException