|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@RolesAllowed(value="Admin.ReadOnlyAdmin") 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. |
java.util.Collection |
getServices(java.lang.String identifier)
Get the Services that correspond to the specified identifer pattern. |
Methods inherited from interface org.teiid.adminapi.MonitoringAdmin |
---|
getCaches, getConnectionPoolStats, getConnectorBindings, getConnectorBindingsInVDB, getConnectorTypePropertyDefinitions, getConnectorTypes, getExtensionModules, getQueueWorkerPools, getRequests, getSessions, getSourceRequests, getTransactions, 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.@RolesAllowed(value="Anonymous") java.util.Collection getProcesses(java.lang.String processIdentifier) throws AdminException
getProcesses
in interface MonitoringAdmin
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 getServices(java.lang.String identifier) throws AdminException
Host
| Process
;
resourceIdentifier
- the unique identifier for for a Service
in the system or "WILDCARD
"
if all Services are desired.
Service
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 |