public class IMonitoringTaskStub extends org.apache.axis.client.Stub implements IMonitoringTask
| 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 |
|---|
IMonitoringTaskStub() |
IMonitoringTaskStub(javax.xml.rpc.Service service) |
IMonitoringTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addOpStats(java.lang.String opKeyID,
SSTStatType[] statTypes) |
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 |
deleteOpStat(java.lang.String keyID,
SSTStatType statType) |
ApplicationStatus[] |
getAllApplicationStatus() |
OpStatConfigDef[] |
getAllOpStats() |
StatDef[] |
getAllStatDefs() |
StatValue[] |
getAllStatValues() |
Status |
getApplicationStatus(java.lang.String appID) |
java.lang.String[] |
getCLobSqlOperators() |
Stats[] |
getGlobalStatHistory() |
long |
getHistoryInterval() |
long |
getReportInterval() |
StatDef |
getStatDef(SSTStatType type) |
void |
resetAllStats() |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IMonitoringTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IMonitoringTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IMonitoringTaskStub(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 resetAllStats()
throws java.rmi.RemoteException
resetAllStats in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic StatValue[] getAllStatValues() throws java.rmi.RemoteException
getAllStatValues in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic java.lang.String addOpStats(java.lang.String opKeyID,
SSTStatType[] statTypes)
throws java.rmi.RemoteException
addOpStats in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic StatDef getStatDef(SSTStatType type) throws java.rmi.RemoteException
getStatDef in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic StatDef[] getAllStatDefs() throws java.rmi.RemoteException
getAllStatDefs in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic void deleteOpStat(java.lang.String keyID,
SSTStatType statType)
throws java.rmi.RemoteException
deleteOpStat in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic OpStatConfigDef[] getAllOpStats() throws java.rmi.RemoteException
getAllOpStats in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic Stats[] getGlobalStatHistory() throws java.rmi.RemoteException
getGlobalStatHistory in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic java.lang.String[] getCLobSqlOperators()
throws java.rmi.RemoteException
getCLobSqlOperators in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic Status getApplicationStatus(java.lang.String appID) throws java.rmi.RemoteException
getApplicationStatus in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic ApplicationStatus[] getAllApplicationStatus() throws java.rmi.RemoteException
getAllApplicationStatus in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic long getHistoryInterval()
throws java.rmi.RemoteException
getHistoryInterval in interface IMonitoringTaskjava.rmi.RemoteExceptionpublic long getReportInterval()
throws java.rmi.RemoteException
getReportInterval in interface IMonitoringTaskjava.rmi.RemoteException