org.openorb.orb.pi
Class CurrentImpl
java.lang.Object
|
+--org.omg.CORBA.LocalObject
|
+--org.openorb.orb.pi.CurrentImpl
- All Implemented Interfaces:
- org.omg.PortableInterceptor.Current, org.omg.CORBA.Current, org.omg.PortableInterceptor.CurrentOperations, org.omg.CORBA.CurrentOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable
- public class CurrentImpl
- extends org.omg.CORBA.LocalObject
- implements org.omg.PortableInterceptor.Current
Implementation of PICurrent.
- Version:
- $Revision: 1.5 $ $Date: 2004/09/10 16:56:08 $
- Author:
- Chris Wood
- See Also:
- Serialized Form
Method Summary |
org.omg.CORBA.ORB |
_orb()
Replace LocalObject _orb() method for get orb in server/client
manager. |
org.omg.PortableInterceptor.CurrentOperations |
copy(org.omg.PortableInterceptor.CurrentOperations from)
Copy a slot table. |
org.omg.PortableInterceptor.CurrentOperations |
create()
Create a new slot table for use on server side. |
java.lang.Object |
get_invocation_ctx()
|
org.omg.CORBA.Any |
get_slot(int id)
|
org.omg.PortableInterceptor.CurrentOperations |
get()
get the current table. |
org.omg.PortableInterceptor.CurrentOperations |
remove()
Remove the current table. |
java.lang.Object |
retrieve_invocation_ctx(java.lang.Object handle,
boolean delete)
|
void |
set_invocation_ctx(java.lang.Object invocation_ctx)
|
void |
set_slot(int id,
org.omg.CORBA.Any data)
|
void |
set(org.omg.PortableInterceptor.CurrentOperations value)
Set a previously created or retrieved table. |
void |
store_invocation_ctx(java.lang.Object handle)
|
Methods inherited from class org.omg.CORBA.LocalObject |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
create
public org.omg.PortableInterceptor.CurrentOperations create()
- Create a new slot table for use on server side.
copy
public org.omg.PortableInterceptor.CurrentOperations copy(org.omg.PortableInterceptor.CurrentOperations from)
- Copy a slot table.
set
public void set(org.omg.PortableInterceptor.CurrentOperations value)
- Set a previously created or retrieved table.
remove
public org.omg.PortableInterceptor.CurrentOperations remove()
- Remove the current table.
get
public org.omg.PortableInterceptor.CurrentOperations get()
- get the current table.
set_slot
public void set_slot(int id,
org.omg.CORBA.Any data)
throws org.omg.PortableInterceptor.InvalidSlot
- Specified by:
set_slot
in interface org.omg.PortableInterceptor.CurrentOperations
get_slot
public org.omg.CORBA.Any get_slot(int id)
throws org.omg.PortableInterceptor.InvalidSlot
- Specified by:
get_slot
in interface org.omg.PortableInterceptor.CurrentOperations
get_invocation_ctx
public java.lang.Object get_invocation_ctx()
set_invocation_ctx
public void set_invocation_ctx(java.lang.Object invocation_ctx)
store_invocation_ctx
public void store_invocation_ctx(java.lang.Object handle)
retrieve_invocation_ctx
public java.lang.Object retrieve_invocation_ctx(java.lang.Object handle,
boolean delete)
_orb
public org.omg.CORBA.ORB _orb()
- Replace LocalObject _orb() method for get orb in server/client
manager.
- Overrides:
_orb
in class org.omg.CORBA.LocalObject