public interface IAgentTroubleshootingTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dnslookup(java.lang.String ip) |
java.lang.String |
dumpProductInfo() |
OneWay |
gc() |
OneWay |
generateThreadDump() |
java.lang.String |
nslookup(java.lang.String ip) |
OneWay |
providerKeyResync() |
OneWay |
resetClockProfiling() |
OneWay |
save() |
java.lang.String |
saveDebug() |
FilterAPI |
updateAuditingApiFilter(FilterAPI filter) |
OneWay |
writerEventLogEntry(java.lang.String message) |
OneWay providerKeyResync() throws java.rmi.RemoteException
java.rmi.RemoteException
OneWay gc() throws java.rmi.RemoteException
java.rmi.RemoteException
OneWay save() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String nslookup(java.lang.String ip) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String saveDebug() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String dnslookup(java.lang.String ip) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String dumpProductInfo() throws java.rmi.RemoteException
java.rmi.RemoteException
OneWay generateThreadDump() throws java.rmi.RemoteException
java.rmi.RemoteException
OneWay resetClockProfiling() throws java.rmi.RemoteException
java.rmi.RemoteException
FilterAPI updateAuditingApiFilter(FilterAPI filter) throws java.rmi.RemoteException
java.rmi.RemoteException
OneWay writerEventLogEntry(java.lang.String message) throws java.rmi.RemoteException
java.rmi.RemoteException