public interface IServerTroubleshootingTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
OneWay |
clearPublicRealNames() |
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 |
resetClockProfiling() |
OneWay |
save() |
java.lang.String |
saveDebug() |
FilterAPI |
updateAuditingApiFilter(FilterAPI filter) |
OneWay |
writerEventLogEntry(java.lang.String message) |
OneWay clearPublicRealNames() throws java.rmi.RemoteException
java.rmi.RemoteExceptionOneWay gc() throws java.rmi.RemoteException
java.rmi.RemoteExceptionOneWay save() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String nslookup(java.lang.String ip)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String saveDebug()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String dnslookup(java.lang.String ip)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String dumpProductInfo()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionOneWay generateThreadDump() throws java.rmi.RemoteException
java.rmi.RemoteExceptionOneWay resetClockProfiling() throws java.rmi.RemoteException
java.rmi.RemoteExceptionFilterAPI updateAuditingApiFilter(FilterAPI filter) throws java.rmi.RemoteException
java.rmi.RemoteExceptionOneWay writerEventLogEntry(java.lang.String message) throws java.rmi.RemoteException
java.rmi.RemoteException