VisiBroker for Java

org.omg.DsLogAdmin
Class AvailabilityStatus

java.lang.Object
  extended by org.omg.DsLogAdmin.AvailabilityStatus
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class AvailabilityStatus
extends java.lang.Object
implements IDLEntity

This struct is to represent the availability status of the Log

See Also:
Serialized Form

Field Summary
 boolean log_full
          The log_full field indicates whether the log is full or not.
 boolean off_duty
          The off_duty field indicates whether the log is scheduled to log events or not.
 
Constructor Summary
AvailabilityStatus()
           
AvailabilityStatus(boolean off_duty, boolean log_full)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

off_duty

public boolean off_duty
The off_duty field indicates whether the log is scheduled to log events or not. A log is considered "on duty" only if all of the following are true:


log_full

public boolean log_full
The log_full field indicates whether the log is full or not. If log_full equals TRUE, then records can only be retrieved; however, no new records can be added.

Constructor Detail

AvailabilityStatus

public AvailabilityStatus()

AvailabilityStatus

public AvailabilityStatus(boolean off_duty,
                          boolean log_full)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online