org.omg.DsLogAdmin
Class OperationalState
java.lang.Object
  
org.omg.DsLogAdmin.OperationalState
- All Implemented Interfaces: 
 - java.io.Serializable, IDLEntity
 
public final class OperationalState
- extends java.lang.Object
- implements IDLEntity
  
The operational capability of a log to perform its function.
  
  
  -  enabled: The log is operational and ready for use. 
 
  -  disabled: The log is not available for use due to some run time problem. New records cannot be created. 
 
  
  
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
_disabled
public static final int _disabled
- See Also:
 - Constant Field Values
 
_enabled
public static final int _enabled
- See Also:
 - Constant Field Values
 
disabled
public static final OperationalState disabled
enabled
public static final OperationalState enabled
value
public int value()
 
 
from_int
public static OperationalState from_int(int _vis_value)
 
 
                 Read the latest documentation online