Name

Current

Synopsis

The Current interface provides access to the identity of the servant that was the target of a method request on an ORB. The ORB provides a Current instance through ORB.resolve_initial_references("POACurrent"). The Current interface extends the org.omg.CORBA.Current interface, and provides the object ID and POA for the servant targetted by the request currently being serviced.

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

Passed To

org.omg.PortableServer.CurrentHelper.{insert(), write()}

Returned By

org.omg.PortableServer.CurrentHelper.{extract(), narrow(), read()}

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.