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.AxisFault
public IMonitoringTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IMonitoringTaskStub(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 resetAllStats() throws java.rmi.RemoteException
resetAllStats
in interface IMonitoringTask
java.rmi.RemoteException
public StatValue[] getAllStatValues() throws java.rmi.RemoteException
getAllStatValues
in interface IMonitoringTask
java.rmi.RemoteException
public java.lang.String addOpStats(java.lang.String opKeyID, SSTStatType[] statTypes) throws java.rmi.RemoteException
addOpStats
in interface IMonitoringTask
java.rmi.RemoteException
public StatDef getStatDef(SSTStatType type) throws java.rmi.RemoteException
getStatDef
in interface IMonitoringTask
java.rmi.RemoteException
public StatDef[] getAllStatDefs() throws java.rmi.RemoteException
getAllStatDefs
in interface IMonitoringTask
java.rmi.RemoteException
public void deleteOpStat(java.lang.String keyID, SSTStatType statType) throws java.rmi.RemoteException
deleteOpStat
in interface IMonitoringTask
java.rmi.RemoteException
public OpStatConfigDef[] getAllOpStats() throws java.rmi.RemoteException
getAllOpStats
in interface IMonitoringTask
java.rmi.RemoteException
public Stats[] getGlobalStatHistory() throws java.rmi.RemoteException
getGlobalStatHistory
in interface IMonitoringTask
java.rmi.RemoteException
public java.lang.String[] getCLobSqlOperators() throws java.rmi.RemoteException
getCLobSqlOperators
in interface IMonitoringTask
java.rmi.RemoteException
public Status getApplicationStatus(java.lang.String appID) throws java.rmi.RemoteException
getApplicationStatus
in interface IMonitoringTask
java.rmi.RemoteException
public ApplicationStatus[] getAllApplicationStatus() throws java.rmi.RemoteException
getAllApplicationStatus
in interface IMonitoringTask
java.rmi.RemoteException
public long getHistoryInterval() throws java.rmi.RemoteException
getHistoryInterval
in interface IMonitoringTask
java.rmi.RemoteException
public long getReportInterval() throws java.rmi.RemoteException
getReportInterval
in interface IMonitoringTask
java.rmi.RemoteException