public class ILGAlertTaskStub extends org.apache.axis.client.Stub implements ILGAlertTask
| 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 |
|---|
ILGAlertTaskStub() |
ILGAlertTaskStub(javax.xml.rpc.Service service) |
ILGAlertTaskStub(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() |
void |
dismissAlertGroup(LGAlertGroupTO alerts) |
void |
dismissAlerts(java.lang.String[] alertKeyIDs) |
LGAlertGroupTO |
findAlertGroup(java.lang.String alertId) |
LGAlert[] |
findAlertsForGroup(LGAlertGroupTO group,
int maxResults) |
NetworkAlertStateType |
findAlertStatus(NetworkAlertStateQuery query) |
LGAlertGroupTO[] |
findAlertSummary(NetworkAlertStateQuery query) |
LGAlert[] |
findEquivalentAlerts(java.lang.String equivalenceId,
int maxResults) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public ILGAlertTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ILGAlertTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ILGAlertTaskStub(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 void dismissAlerts(java.lang.String[] alertKeyIDs)
throws java.rmi.RemoteException
dismissAlerts in interface ILGAlertTaskjava.rmi.RemoteExceptionpublic LGAlertGroupTO[] findAlertSummary(NetworkAlertStateQuery query) throws java.rmi.RemoteException
findAlertSummary in interface ILGAlertTaskjava.rmi.RemoteExceptionpublic LGAlertGroupTO findAlertGroup(java.lang.String alertId) throws java.rmi.RemoteException
findAlertGroup in interface ILGAlertTaskjava.rmi.RemoteExceptionpublic NetworkAlertStateType findAlertStatus(NetworkAlertStateQuery query) throws java.rmi.RemoteException
findAlertStatus in interface ILGAlertTaskjava.rmi.RemoteExceptionpublic LGAlert[] findEquivalentAlerts(java.lang.String equivalenceId, int maxResults) throws java.rmi.RemoteException
findEquivalentAlerts in interface ILGAlertTaskjava.rmi.RemoteExceptionpublic void dismissAlertGroup(LGAlertGroupTO alerts) throws java.rmi.RemoteException
dismissAlertGroup in interface ILGAlertTaskjava.rmi.RemoteExceptionpublic LGAlert[] findAlertsForGroup(LGAlertGroupTO group, int maxResults) throws java.rmi.RemoteException
findAlertsForGroup in interface ILGAlertTaskjava.rmi.RemoteException