org.jacorb.orb.portableInterceptor
Class ORBInitInfoImpl
- IDLEntity, Object, ORBInitInfo, ORBInitInfoOperations, java.io.Serializable
public class ORBInitInfoImpl
This class represents the type of info object
that will be passed to the ORBInitializers.
See PI Spec p. 9-70ff
Version:
- Nicolas Noffke
_create_request , _create_request , _duplicate , _get_domain_managers , _get_interface , _get_interface_def , _get_policy , _hash , _ids , _invoke , _is_a , _is_equivalent , _is_local , _non_existent , _orb , _release , _releaseReply , _request , _request , _servant_postinvoke , _servant_preinvoke , _set_policy_override , validate_connection |
ORBInitInfoImpl
public ORBInitInfoImpl(ORB orb)
getClientInterceptors
public Vector getClientInterceptors()
getIORInterceptors
public Vector getIORInterceptors()
getORB
public ORB getORB()
This method is for interceptors that need access to the ORB.
Be careful with that since there is a reason, why there is no
other way to get acces to the ORB.
getPolicyFactories
public Hashtable getPolicyFactories()
getServerInterceptors
public Vector getServerInterceptors()
getSlotCount
public int getSlotCount()
register_initial_reference
public void register_initial_reference(String id,
Object obj)
throws InvalidName
resolve_initial_references
public Object resolve_initial_references(String id)
throws InvalidName
setInvalid
public void setInvalid()