|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerMonitoringAdmin
Interface that exposes the MetaMatrix server for system monitoring.
Clients should not code directly to this interface but
should instead use ServerAdmin
.
Method Summary | |
---|---|
byte[] |
exportLogs()
Export the server logs to a byte[]. |
java.util.Collection |
getDQPs(java.lang.String identifier)
Get the DQP s that correspond to the specified identifer pattern. |
java.util.Collection |
getHosts(java.lang.String hostIdentifier)
Get the hosts that correspond to the specified identifier pattern. |
java.util.Collection |
getProcesses(java.lang.String processIdentifier)
Get the processes that correspond to the specified identifier pattern. |
java.util.Collection |
getResources(java.lang.String resourceIdentifier)
Get the Resources that correspond to the specified identifer pattern. |
Methods inherited from interface com.metamatrix.admin.api.core.CoreMonitoringAdmin |
---|
getCaches, getConnectorBindings, getConnectorBindingsInVDB, getConnectorTypes, getExtensionModules, getPropertyDefinitions, getQueueWorkerPools, getRequests, getSessions, getSourceRequests, getSystem, getVDBs |
Method Detail |
---|
java.util.Collection getHosts(java.lang.String hostIdentifier) throws AdminException
hostIdentifier
- the unique identifier for for a Host
in the system or "WILDCARD
"
if all hosts are desired.
Host
AdminException
- if there's a system error.java.util.Collection getProcesses(java.lang.String processIdentifier) throws AdminException
processIdentifier
- the unique identifier for for a ProcessObject
in the system or "WILDCARD
"
if all Processes are desired.
ProcessObject
AdminException
- if there's a system error.java.util.Collection getResources(java.lang.String resourceIdentifier) throws AdminException
resourceIdentifier
- the unique resourceIdentifier for for a Resource
in the system or "WILDCARD
"
if all Resources are desired.
Resource
AdminException
- if there's a system error.java.util.Collection getDQPs(java.lang.String identifier) throws AdminException
DQP
s that correspond to the specified identifer pattern.
identifier
- the unique identifier for for a DQP
in the system or "WILDCARD
"
if all Resources are desired.
DQP
AdminException
- if there's a system error.byte[] exportLogs() throws AdminException
AdminException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |