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.AxisFault
public IAlertTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IAlertTaskStub(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 IAlertTask
java.rmi.RemoteException
public AlertActionConfig[] getAlertActions() throws java.rmi.RemoteException
getAlertActions
in interface IAlertTask
java.rmi.RemoteException
public void testNotification(AlertActionConfig temporaryAlertConfig) throws java.rmi.RemoteException
testNotification
in interface IAlertTask
java.rmi.RemoteException
public AlertActionConfig getAlertAction(java.lang.String key) throws java.rmi.RemoteException
getAlertAction
in interface IAlertTask
java.rmi.RemoteException
public java.lang.String addAlertAction(AlertActionConfig action) throws java.rmi.RemoteException
addAlertAction
in interface IAlertTask
java.rmi.RemoteException
public AlertPluginConfigLC[] getAlertPlugins() throws java.rmi.RemoteException
getAlertPlugins
in interface IAlertTask
java.rmi.RemoteException
public LGAlert getAlert(java.lang.String keyID) throws java.rmi.RemoteException
getAlert
in interface IAlertTask
java.rmi.RemoteException
public void updateAlertAction(AlertActionConfig action) throws java.rmi.RemoteException
updateAlertAction
in interface IAlertTask
java.rmi.RemoteException
public void deleteAlertAction(java.lang.String actionID) throws java.rmi.RemoteException
deleteAlertAction
in interface IAlertTask
java.rmi.RemoteException