org.omg.PortableServer
Interface CurrentOperations

All Superinterfaces:
CurrentOperations
All Known Subinterfaces:
Current
All Known Implementing Classes:
_CurrentLocalBase

public interface CurrentOperations
extends CurrentOperations

Generated from IDL interface "Current"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Method Summary
 byte[] get_object_id()
           
 POA get_POA()
           
 Object get_reference()
           
 Servant get_servant()
           
 

Method Detail

get_POA

public POA get_POA()
            throws NoContext
Throws:
NoContext

get_object_id

public byte[] get_object_id()
                     throws NoContext
Throws:
NoContext

get_reference

public Object get_reference()
                     throws NoContext
Throws:
NoContext

get_servant

public Servant get_servant()
                    throws NoContext
Throws:
NoContext