org.jacorb.poa

Class Current

public class Current extends _CurrentLocalBase

This class provides access to the identity of the object on which a method was invoked and the responsible POA for this object.

Version: $Id: Current.java,v 1.22 2006/05/23 18:25:45 alphonse.bendt Exp $

Author: Reimo Tiedemann

Method Summary
protected ORBgetORB()
protected ServantgetServant()
byte[]get_object_id()
POAget_POA()
Objectget_reference()
Servantget_servant()
void_addContext(Thread thread, InvocationContext c)
void_removeContext(Thread thread)

Method Detail

getORB

protected ORB getORB()

getServant

protected Servant getServant()

get_object_id

public byte[] get_object_id()

get_POA

public POA get_POA()

get_reference

public Object get_reference()

get_servant

public Servant get_servant()

_addContext

public void _addContext(Thread thread, InvocationContext c)

_removeContext

public void _removeContext(Thread thread)