Rio Project 4.2 API Documentation



org.rioproject.monitor
Class RecordHolder

java.lang.Object
  extended by org.rioproject.monitor.RecordHolder
All Implemented Interfaces:
Serializable

public class RecordHolder
extends Object
implements Serializable

The RecordHolder class is a simple container that holds an OperationalString and an action indicating whether the OperationalString was modified or removed. The RecordHolder object will be used to restore the state of the ProvisionMonitor

Author:
Dennis Reedy
See Also:
Serialized Form

Field Summary
static int MODIFIED
           
static int REMOVED
           
 
Constructor Summary
RecordHolder(OperationalString opstring, int action)
           
 
Method Summary
 int getAction()
           
 OperationalString getOperationalString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODIFIED

public static final int MODIFIED
See Also:
Constant Field Values

REMOVED

public static final int REMOVED
See Also:
Constant Field Values
Constructor Detail

RecordHolder

public RecordHolder(OperationalString opstring,
                    int action)
Method Detail

getOperationalString

public OperationalString getOperationalString()

getAction

public int getAction()

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.