|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.DsLogAdmin.AvailabilityStatus
public final class AvailabilityStatus
This struct is to represent the availability status of the Log
| 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 |
|---|
public boolean off_duty
public boolean log_full
| Constructor Detail |
|---|
public AvailabilityStatus()
public AvailabilityStatus(boolean off_duty,
boolean log_full)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||