Uses of Interface org.omg.CORBA.Current

Uses in package gnu.CORBA.Interceptor

Classes implementing org.omg.CORBA.Current

class
Supports the "Interceptor current" concept, providing the slot value information for the current thread.

Uses in package org.omg.CORBA

Constructors with parameter type org.omg.CORBA.Current

Create the initialised instance.

Fields of type org.omg.CORBA.Current

Current
The stored Current value.

Methods with parameter type org.omg.CORBA.Current

void
Insert the Current into the given Any.
void
Write the Current to the CDR output stream (as IOR profile).

Methods with return type org.omg.CORBA.Current

Current
Extract the Current from given Any.
Current
This should return the information, related to the current thread.
Current
Cast the passed object into the Current.
Current
Read the Current from the CDR intput stream (IOR profile expected).

Uses in package gnu.CORBA.Poa

Classes implementing org.omg.CORBA.Current

class
Supports the "Poa current" concept, providing the id and poa of the object currently being served.