| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.management.runtime.beacon
|
Class ProcessMonitorConfiguration
|
public class ProcessMonitorConfiguration
Bean containing necessary configuration to create a ProcessMonitor Object.
This Configuration will contain the Share Memory Key used by Task Manager to monitor a component.
This value can be found in the DB under blade.key
Author:
rcavero
| Field Summary |
long |
|
private long |
|
| Method Summary |
public long |
|
public void |
|
public void |
|
long key
key value of the assigned Share Memory by Task Manager
private long key
key value of the assigned Share Memory by Task Manager
Multiplicity:
1
public long getKey ()
get Key value.
Return:
key value for the Share Memory reference.
public void setKey (String key)
set key value from a string Key.
Parameters:
key value for the Share Memory reference.
Throws:
ConfigurationException
public void setKey (Long key)
set key value
Parameters:
key value for the Share Memory reference.
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|