Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: 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
setKey(String key)
public void
setKey(Long key)
Field Detail
key
long key
key value of the assigned Share Memory by Task Manager
 

key
private long key
key value of the assigned Share Memory by Task Manager
Multiplicity:
1
 
Method Detail
getKey
public long getKey ()
 
get Key value.
Return:
key value for the Share Memory reference.
 

setKey
public void setKey (String key)
 
set key value from a string Key.
Parameters:
key value for the Share Memory reference.
Throws:
ConfigurationException
 

setKey
public void setKey (Long key)
 
set key value
Parameters:
key value for the Share Memory reference.
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD