Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CosCollection._DequeStub
Field Summary | |
static java.lang.Class |
Method Summary | |
String[] |
|
void | |
void | |
boolean |
|
boolean |
|
void |
|
void |
|
void |
|
int |
|
boolean |
|
Methods inherited from class org.omg.CORBA.portable.ObjectImpl | |
_create_request , _create_request , _duplicate , _get_delegate , _get_domain_managers , _get_interface , _get_interface_def , _get_policy , _hash , _ids , _invoke , _is_a , _is_equivalent , _is_local , _non_existent , _orb , _release , _releaseReply , _request , _request , _servant_postinvoke , _servant_preinvoke , _set_delegate , _set_policy_override , equals , hashCode , toString |
public void dequeue_first() throws EmptyCollection
- Specified by:
- dequeue_first in interface DequeOperations
public void dequeue_last() throws EmptyCollection
- Specified by:
- dequeue_last in interface DequeOperations
public boolean element_dequeue_first(AnyHolder element) throws EmptyCollection
- Specified by:
- element_dequeue_first in interface DequeOperations
public boolean element_dequeue_last(AnyHolder element) throws EmptyCollection
- Specified by:
- element_dequeue_last in interface DequeOperations
public void enqueue_as_first(Any element) throws ElementInvalid
- Specified by:
- enqueue_as_first in interface DequeOperations
public void enqueue_as_last(Any element) throws ElementInvalid
- Specified by:
- enqueue_as_last in interface DequeOperations
public boolean unfilled()
- Specified by:
- unfilled in interface RestrictedAccessCollectionOperations