ACE  6.3.4
Classes | Enumerations
Recyclable.h File Reference
#include "ace/Recyclable.inl"

Classes

class  ACE_Recyclable
 

Enumerations

enum  ACE_Recyclable_State {
  ACE_RECYCLABLE_IDLE_AND_PURGABLE, ACE_RECYCLABLE_IDLE_BUT_NOT_PURGABLE, ACE_RECYCLABLE_PURGABLE_BUT_NOT_IDLE, ACE_RECYCLABLE_BUSY,
  ACE_RECYCLABLE_CLOSED, ACE_RECYCLABLE_UNKNOWN
}
 States of a recyclable object. More...
 

Detailed Description

Author
Doug Schmidt

Enumeration Type Documentation

States of a recyclable object.

Enumerator
ACE_RECYCLABLE_IDLE_AND_PURGABLE 

Idle and can be purged.

ACE_RECYCLABLE_IDLE_BUT_NOT_PURGABLE 

Idle but cannot be purged.

ACE_RECYCLABLE_PURGABLE_BUT_NOT_IDLE 

Can be purged, but is not idle (mostly for debugging).

ACE_RECYCLABLE_BUSY 

Busy (i.e., cannot be recycled or purged).

ACE_RECYCLABLE_CLOSED 

Closed.

ACE_RECYCLABLE_UNKNOWN 

Unknown state.