public class IAlertDataTaskStub extends org.apache.axis.client.Stub implements IAlertDataTask
| 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 |
|---|
IAlertDataTaskStub() |
IAlertDataTaskStub(javax.xml.rpc.Service service) |
IAlertDataTaskStub(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) |
AlertCounts |
countAlerts(AlertFilterQuery query,
long start,
long end) |
AlertGroupListResponse |
createAlertGroupList(AlertGroupListQuery query) |
AlertListResponse |
createAlertList(AlertListQuery query) |
protected org.apache.axis.client.Call |
createCall() |
void |
createFilter(Filter filter) |
void |
createPerspective(Perspective perspective) |
void |
deleteFilter(java.lang.String[] filterIds) |
void |
deletePerspective(java.lang.String[] perspectiveIds) |
void |
discardAlertGroupList(java.lang.String queryId) |
void |
discardAlertList(java.lang.String queryId) |
void |
dismissAlertsWithFilter(AlertFilterQuery query) |
void |
dismissAlertsWithUniqueIds(java.lang.String[] alertIds) |
FieldDescription[] |
getAlertFields() |
AlertGroupData[] |
getAlertGroupListPage(java.lang.String queryId,
int startIndex,
int maxResults) |
AlertData[] |
getAlertListPage(java.lang.String queryId,
int startIndex,
int maxResults) |
AlertPerspectiveResponse |
getAlertPerspectiveData(AlertPerspectiveQuery query) |
AlertEarliestTime |
getEarliestAlertTime(AlertFilterQuery query) |
boolean |
hasAlertGroupListChanged(java.lang.String queryId,
long newQueryStart,
long newQueryEnd) |
boolean |
hasAlertListChanged(java.lang.String queryId,
long newQueryStart,
long newQueryEnd) |
Filter[] |
listFilter(java.lang.String user) |
Perspective[] |
listPerspective(java.lang.String user) |
void |
updateFilter(Filter filter) |
void |
updatePerspective(Perspective perspective) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IAlertDataTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IAlertDataTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IAlertDataTaskStub(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 FieldDescription[] getAlertFields() throws java.rmi.RemoteException
getAlertFields in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic AlertData[] getAlertListPage(java.lang.String queryId, int startIndex, int maxResults) throws java.rmi.RemoteException
getAlertListPage in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void discardAlertList(java.lang.String queryId)
throws java.rmi.RemoteException
discardAlertList in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic AlertCounts countAlerts(AlertFilterQuery query, long start, long end) throws java.rmi.RemoteException
countAlerts in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void deleteFilter(java.lang.String[] filterIds)
throws java.rmi.RemoteException
deleteFilter in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic Filter[] listFilter(java.lang.String user) throws java.rmi.RemoteException
listFilter in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic Perspective[] listPerspective(java.lang.String user) throws java.rmi.RemoteException
listPerspective in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic AlertListResponse createAlertList(AlertListQuery query) throws java.rmi.RemoteException
createAlertList in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void createFilter(Filter filter) throws java.rmi.RemoteException
createFilter in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void updateFilter(Filter filter) throws java.rmi.RemoteException
updateFilter in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void dismissAlertsWithUniqueIds(java.lang.String[] alertIds)
throws java.rmi.RemoteException
dismissAlertsWithUniqueIds in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void dismissAlertsWithFilter(AlertFilterQuery query) throws java.rmi.RemoteException
dismissAlertsWithFilter in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void discardAlertGroupList(java.lang.String queryId)
throws java.rmi.RemoteException
discardAlertGroupList in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic AlertPerspectiveResponse getAlertPerspectiveData(AlertPerspectiveQuery query) throws java.rmi.RemoteException
getAlertPerspectiveData in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void createPerspective(Perspective perspective) throws java.rmi.RemoteException
createPerspective in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void updatePerspective(Perspective perspective) throws java.rmi.RemoteException
updatePerspective in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic void deletePerspective(java.lang.String[] perspectiveIds)
throws java.rmi.RemoteException
deletePerspective in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic boolean hasAlertGroupListChanged(java.lang.String queryId,
long newQueryStart,
long newQueryEnd)
throws java.rmi.RemoteException
hasAlertGroupListChanged in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic AlertGroupListResponse createAlertGroupList(AlertGroupListQuery query) throws java.rmi.RemoteException
createAlertGroupList in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic boolean hasAlertListChanged(java.lang.String queryId,
long newQueryStart,
long newQueryEnd)
throws java.rmi.RemoteException
hasAlertListChanged in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic AlertEarliestTime getEarliestAlertTime(AlertFilterQuery query) throws java.rmi.RemoteException
getEarliestAlertTime in interface IAlertDataTaskjava.rmi.RemoteExceptionpublic AlertGroupData[] getAlertGroupListPage(java.lang.String queryId, int startIndex, int maxResults) throws java.rmi.RemoteException
getAlertGroupListPage in interface IAlertDataTaskjava.rmi.RemoteException