|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessObject
A Process in the Teiid System
The identifier pattern for a Process is "processName".
This Process identifier is considered to be unique across the system.
| Field Summary |
|---|
| Fields inherited from interface org.teiid.adminapi.AdminObject |
|---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
| Method Summary | |
|---|---|
long |
getFreeMemory()
|
java.lang.String |
getHostName()
Get the Host name |
java.net.InetAddress |
getInetAddress()
Get the IP address for the Process |
int |
getMaxSockets()
|
long |
getObjectsRead()
|
long |
getObjectsWritten()
|
int |
getPort()
Get the port number for this Process |
java.lang.String |
getProcessName()
Get the Process name |
WorkerPoolStatistics |
getQueueWorkerPool()
|
int |
getSockets()
|
java.util.Date |
getStartTime()
|
int |
getThreadCount()
|
long |
getTotalMemory()
|
boolean |
isEnabled()
Is this process enabled in Configuration |
boolean |
isRunning()
|
| Methods inherited from interface org.teiid.adminapi.AdminObject |
|---|
getName, getProperties, getPropertyValue |
| Method Detail |
|---|
java.lang.String getHostName()
java.lang.String getProcessName()
int getPort()
java.net.InetAddress getInetAddress()
boolean isEnabled()
long getFreeMemory()
int getThreadCount()
long getTotalMemory()
boolean isRunning()
long getObjectsRead()
long getObjectsWritten()
int getMaxSockets()
int getSockets()
java.util.Date getStartTime()
WorkerPoolStatistics getQueueWorkerPool()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||