public interface LoggingServiceRemote extends AppServiceRemote
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MAXLOGGERCACHE |
| Modifier and Type | Method and Description |
|---|---|
void |
applySettings(boolean startup) |
java.lang.String |
generateLoggingProperties() |
MboSetRemote |
getAppenderList() |
java.util.Vector |
getLogFiles() |
MboSetRemote |
getLoggerList() |
java.lang.String |
getLogLevel(java.lang.String logKey) |
java.lang.String |
getLTA_URL() |
java.lang.String |
getRootFolder() |
void |
setLogLevel(java.lang.String logKey,
java.lang.String logLevel) |
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUserisAppService, isSingletonService, restartstatic final java.lang.String MAXLOGGERCACHE
java.lang.String generateLoggingProperties()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid applySettings(boolean startup)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.util.Vector getLogFiles()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.lang.String getRootFolder()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionMboSetRemote getLoggerList() throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionMboSetRemote getAppenderList() throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.lang.String getLogLevel(java.lang.String logKey)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionvoid setLogLevel(java.lang.String logKey,
java.lang.String logLevel)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionjava.lang.String getLTA_URL()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteException