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.AxisFault
public ILGAlertTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public ILGAlertTaskStub(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 void dismissAlerts(java.lang.String[] alertKeyIDs) throws java.rmi.RemoteException
dismissAlerts
in interface ILGAlertTask
java.rmi.RemoteException
public LGAlertGroupTO[] findAlertSummary(NetworkAlertStateQuery query) throws java.rmi.RemoteException
findAlertSummary
in interface ILGAlertTask
java.rmi.RemoteException
public LGAlertGroupTO findAlertGroup(java.lang.String alertId) throws java.rmi.RemoteException
findAlertGroup
in interface ILGAlertTask
java.rmi.RemoteException
public NetworkAlertStateType findAlertStatus(NetworkAlertStateQuery query) throws java.rmi.RemoteException
findAlertStatus
in interface ILGAlertTask
java.rmi.RemoteException
public LGAlert[] findEquivalentAlerts(java.lang.String equivalenceId, int maxResults) throws java.rmi.RemoteException
findEquivalentAlerts
in interface ILGAlertTask
java.rmi.RemoteException
public void dismissAlertGroup(LGAlertGroupTO alerts) throws java.rmi.RemoteException
dismissAlertGroup
in interface ILGAlertTask
java.rmi.RemoteException
public LGAlert[] findAlertsForGroup(LGAlertGroupTO group, int maxResults) throws java.rmi.RemoteException
findAlertsForGroup
in interface ILGAlertTask
java.rmi.RemoteException