org.omg.DsLogAdmin
Class ForwardingState
java.lang.Object
  
org.omg.DsLogAdmin.ForwardingState
- All Implemented Interfaces: 
 - java.io.Serializable, IDLEntity
 
public final class ForwardingState
- extends java.lang.Object
- implements IDLEntity
  
Represents whether a log should forward records to any event consumers connected to the log.
  
  
  -  on: The log will forward incoming events from all suppliers to all consumers
       currently connected.
 
  -  off: The log will not forward incoming events from suppliers to any consumers. 
 
  
  
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
_on
public static final int _on
- See Also:
 - Constant Field Values
 
_off
public static final int _off
- See Also:
 - Constant Field Values
 
on
public static final ForwardingState on
off
public static final ForwardingState off
value
public int value()
 
 
from_int
public static ForwardingState from_int(int _vis_value)
 
 
                 Read the latest documentation online