1. package org.omg.PortableServer;
  2. /**
  3. * org/omg/PortableServer/Current.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
  6. * Wednesday, September 15, 2004 10:28:41 AM GMT
  7. */
  8. /**
  9. * The PortableServer::Current interface, derived from
  10. * CORBA::Current, provides method implementations with
  11. * access to the identity of the object on which the
  12. * method was invoked. The Current interface is provided
  13. * to support servants that implement multiple objects,
  14. * but can be used within the context of POA-dispatched
  15. * method invocations on any servant. To provide location
  16. * transparency, ORBs are required to support use of
  17. * Current in the context of both locally and remotely
  18. * invoked operations. An instance of Current can be
  19. * obtained by the application by issuing the
  20. * CORBA::ORB::resolve_initial_references("POACurrent")
  21. * operation. Thereafter, it can be used within the
  22. * context of a method dispatched by the POA to obtain
  23. * the POA and ObjectId that identify the object on
  24. * which that operation was invoked.
  25. */
  26. public interface Current extends CurrentOperations, org.omg.CORBA.Current, org.omg.CORBA.portable.IDLEntity
  27. {
  28. } // interface Current