public class IAlertTaskStub extends org.apache.axis.client.Stub implements IAlertTask
| 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 |
|---|
IAlertTaskStub() |
IAlertTaskStub(javax.xml.rpc.Service service) |
IAlertTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addAlertAction(AlertActionConfig action) |
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 |
deleteAlertAction(java.lang.String actionID) |
void |
dismissAlerts(java.lang.String[] alertKeyIDs) |
LGAlert |
getAlert(java.lang.String keyID) |
AlertActionConfig |
getAlertAction(java.lang.String key) |
AlertActionConfig[] |
getAlertActions() |
AlertPluginConfigLC[] |
getAlertPlugins() |
void |
testNotification(AlertActionConfig temporaryAlertConfig) |
void |
updateAlertAction(AlertActionConfig action) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IAlertTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IAlertTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IAlertTaskStub(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 IAlertTaskjava.rmi.RemoteExceptionpublic AlertActionConfig[] getAlertActions() throws java.rmi.RemoteException
getAlertActions in interface IAlertTaskjava.rmi.RemoteExceptionpublic void testNotification(AlertActionConfig temporaryAlertConfig) throws java.rmi.RemoteException
testNotification in interface IAlertTaskjava.rmi.RemoteExceptionpublic AlertActionConfig getAlertAction(java.lang.String key) throws java.rmi.RemoteException
getAlertAction in interface IAlertTaskjava.rmi.RemoteExceptionpublic java.lang.String addAlertAction(AlertActionConfig action) throws java.rmi.RemoteException
addAlertAction in interface IAlertTaskjava.rmi.RemoteExceptionpublic AlertPluginConfigLC[] getAlertPlugins() throws java.rmi.RemoteException
getAlertPlugins in interface IAlertTaskjava.rmi.RemoteExceptionpublic LGAlert getAlert(java.lang.String keyID) throws java.rmi.RemoteException
getAlert in interface IAlertTaskjava.rmi.RemoteExceptionpublic void updateAlertAction(AlertActionConfig action) throws java.rmi.RemoteException
updateAlertAction in interface IAlertTaskjava.rmi.RemoteExceptionpublic void deleteAlertAction(java.lang.String actionID)
throws java.rmi.RemoteException
deleteAlertAction in interface IAlertTaskjava.rmi.RemoteException