Name

Current

Synopsis

The Current interface represents an optional feature provided by CORBA, which allows the ORB and CORBA services to export information about the thread in which they are running. If an ORB or service provider decides to provide this information, they should create a concrete subclass of this interface, and make it available through the ORB’s resolve_initial_references() method.

Sun’s Java IDL does not make use of this feature for providing context information.

                  
public interface Current extends org.omg.CORBA.CurrentOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity {
}

Implementations

org.omg.PortableInterceptor.Current, org.omg.PortableServer.Current

Passed To

org.omg.CORBA.CurrentHelper.{insert(), write()}, CurrentHolder.CurrentHolder()

Returned By

org.omg.CORBA.CurrentHelper.{extract(), narrow(), read()}, org.omg.CORBA.ORB.get_current()

Type Of

CurrentHolder.value

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.