org.omg.DsLogAdmin
Class AdministrativeState
java.lang.Object
  
org.omg.DsLogAdmin.AdministrativeState
- All Implemented Interfaces: 
 - java.io.Serializable, IDLEntity
 
public final class AdministrativeState
- extends java.lang.Object
- implements IDLEntity
  
The administrative capability of the log to perform its function.
  
  
  -  Unlocked: Use of the log has been permitted by a managing system. Information
       from subordinate records may be retrieved and, conditional on the values of other
       state and status attributes, new records may be created.
 
  -  Locked: Use of the log has been prohibited by a managing system. Log records
        may be retrieved but new records will not be created. Records may be deleted. 
 
  
  
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
_locked
public static final int _locked
- See Also:
 - Constant Field Values
 
_unlocked
public static final int _unlocked
- See Also:
 - Constant Field Values
 
locked
public static final AdministrativeState locked
unlocked
public static final AdministrativeState unlocked
value
public int value()
 
 
from_int
public static AdministrativeState from_int(int _vis_value)
 
 
                 Read the latest documentation online