Rio Project 4.2 API Documentation
org.rioproject.monitor
Class RecordHolder
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODIFIED
public static final int MODIFIED
- See Also:
- Constant Field Values
REMOVED
public static final int REMOVED
- See Also:
- Constant Field Values
RecordHolder
public RecordHolder(OperationalString opstring,
int action)
getOperationalString
public OperationalString getOperationalString()
getAction
public int getAction()
Copyright © 2006-2011 Rio Project. All Rights Reserved.