Package | Description |
---|---|
com.sun.corba.se.impl.activation | |
com.sun.corba.se.impl.corba | |
com.sun.corba.se.impl.dynamicany | |
com.sun.corba.se.impl.encoding | |
com.sun.corba.se.impl.interceptors | |
com.sun.corba.se.impl.io | |
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.naming.cosnaming | |
com.sun.corba.se.impl.naming.pcosnaming | |
com.sun.corba.se.impl.oa.poa | |
com.sun.corba.se.impl.oa.toa | |
com.sun.corba.se.impl.orb | |
com.sun.corba.se.impl.orbutil | |
com.sun.corba.se.impl.presentation.rmi | |
com.sun.corba.se.impl.protocol | |
com.sun.corba.se.impl.resolver | |
com.sun.corba.se.impl.util | |
com.sun.corba.se.org.omg.CORBA | |
com.sun.corba.se.spi.activation | |
com.sun.corba.se.spi.extension | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
com.sun.corba.se.spi.oa | |
com.sun.corba.se.spi.PortableActivationIDL | |
com.sun.corba.se.spi.presentation.rmi | |
com.sun.corba.se.spi.protocol | |
com.sun.corba.se.spi.resolver | |
com.sun.org.omg.CORBA | |
com.sun.org.omg.SendingContext | |
javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
org.jboss.iiop.csiv2 | |
org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
|
org.omg.CORBA_2_3 |
The CORBA_2_3 package defines additions to existing CORBA interfaces
in the Java[tm] Standard Edition 6. These changes occurred in recent
revisions to the CORBA API defined by the OMG. The new methods were
added to interfaces derived from the corresponding interfaces in
the CORBA package. This provides backward compatibility and avoids
breaking the JCK tests.
|
org.omg.CORBA_2_3.portable |
Provides methods for the input and output of value types, and contains
other updates to the
org/omg/CORBA/portable package. |
org.omg.CORBA.ComponentIR | |
org.omg.CORBA.portable |
Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB.
|
org.omg.CosNaming |
Provides a naming service for Java IDL.
|
org.omg.DynamicAny |
Provides classes and interfaces that enable traversal of the data value
associated with an
any at
runtime, and extraction of the primitive constituents of the data value. |
org.omg.IOP |
This package contains the IOP module specified in the OMG document
The Common
Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.
|
org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB.
|
org.omg.PortableServer |
Provides classes and interfaces for making the server side of your applications
portable across multivendor ORBs.
|
org.omg.PortableServer.portable |
Provides classes and interfaces for making the server side of your applications
portable across multivendor ORBs.
|
org.omg.SendingContext |
Provides support for the marshalling of value types.
|
org.omg.stub.java.rmi |
Contains RMI-IIOP Stubs for the Remote types that occur in the
java.rmi package.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryImpl |
class |
ServerManagerImpl |
Modifier and Type | Class and Description |
---|---|
class |
CORBAObjectImpl |
Modifier and Type | Field and Description |
---|---|
protected Object |
RequestImpl._target |
Modifier and Type | Method and Description |
---|---|
Object |
AnyImpl.extract_Object()
See the description of the general Any operations.
|
Object |
RequestImpl.target() |
Modifier and Type | Method and Description |
---|---|
void |
AnyImpl.insert_Object(Object o)
See the description of the general Any operations.
|
void |
AnyImpl.insert_Object(Object o,
TypeCode tc)
A variant of the insertion operation that takes a typecode
argument as well.
|
Constructor and Description |
---|
RequestImpl(ORB orb,
Object targetObject,
Context ctx,
String operationName,
NVList argumentList,
NamedValue resultContainer,
ExceptionList exceptionList,
ContextList ctxList) |
Modifier and Type | Class and Description |
---|---|
class |
DynAnyBasicImpl |
class |
DynAnyFactoryImpl |
class |
DynArrayImpl |
class |
DynEnumImpl |
class |
DynFixedImpl |
class |
DynSequenceImpl |
class |
DynStructImpl |
class |
DynUnionImpl |
class |
DynValueBoxImpl |
class |
DynValueImpl |
Modifier and Type | Method and Description |
---|---|
Object |
DynAnyBasicImpl.get_reference() |
Modifier and Type | Method and Description |
---|---|
void |
DynAnyBasicImpl.insert_reference(Object value) |
Modifier and Type | Class and Description |
---|---|
class |
CachedCodeBase
Provides the reading side with a per connection cache of
info obtained via calls to the remote CodeBase.
|
Modifier and Type | Method and Description |
---|---|
static Object |
CDRInputStream_1_0.internalIORToObject(IOR ior,
PresentationManager.StubFactory stubFactory,
ORB orb) |
Object |
CDRInputStream.read_Object() |
Object |
CDRInputStream_1_0.read_Object() |
Object |
IDLJavaSerializationInputStream.read_Object() |
Object |
MarshalInputStream.read_Object() |
Object |
WrapperInputStream.read_Object() |
Object |
CDRInputStream.read_Object(Class clz) |
Object |
CDRInputStream_1_0.read_Object(Class clz) |
Object |
IDLJavaSerializationInputStream.read_Object(Class clz) |
Object |
MarshalInputStream.read_Object(Class stubClass) |
Modifier and Type | Method and Description |
---|---|
void |
CDROutputStream.write_Object(Object value) |
void |
CDROutputStream_1_0.write_Object(Object ref) |
void |
MarshalOutputStream.write_Object(Object value) |
Modifier and Type | Class and Description |
---|---|
class |
CDREncapsCodec
CDREncapsCodec is an implementation of Codec, as described
in orbos/99-12-02, that supports CDR encapsulation version 1.0, 1.1, and
1.2.
|
class |
ClientRequestInfoImpl
Implementation of the ClientRequestInfo interface as specified in
orbos/99-12-02 section 5.4.2.
|
class |
CodecFactoryImpl
CodecFactoryImpl is the implementation of the Codec Factory, as described
in orbos/99-12-02.
|
class |
IORInfoImpl
IORInfoImpl is the implementation of the IORInfo class, as described
in orbos/99-12-02, section 7.
|
class |
ORBInitInfoImpl
ORBInitInfoImpl is the implementation of the ORBInitInfo class to be
passed to ORBInitializers, as described in orbos/99-12-02.
|
class |
PICurrent
PICurrent is the implementation of Current as specified in the Portable
Interceptors Spec orbos/99-12-02.
|
class |
RequestInfoImpl
Implementation of the RequestInfo interface as specified in
orbos/99-12-02 section 5.4.1.
|
class |
ServerRequestInfoImpl
Implementation of the ServerRequestInfo interface as specified in
orbos/99-12-02 section 5.4.3.
|
Modifier and Type | Method and Description |
---|---|
Object |
ClientRequestInfoImpl.effective_target()
The actual object on which the operation will be invoked.
|
Object |
ClientRequestInfoImpl.forward_reference()
See RequestInfoImpl for javadoc.
|
abstract Object |
RequestInfoImpl.forward_reference()
Implementation for forward_reference() differs for client and server
implementations.
|
Object |
ServerRequestInfoImpl.forward_reference()
See ServerRequestInfo for javadocs.
|
protected Object |
RequestInfoImpl.iorToObject(IOR ior) |
Object |
ORBInitInfoImpl.resolve_initial_references(String id)
This operation is only valid during post_init.
|
Object |
ClientRequestInfoImpl.target()
The object which the client called to perform the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ORBInitInfoImpl.register_initial_reference(String id,
Object obj)
See orbos/99-12-02, Chapter 11, Dynamic Initial References on page
11-81.
|
Modifier and Type | Class and Description |
---|---|
class |
FVDCodeBaseImpl
This class acts as the remote interface to receivers wishing to retrieve
the information of a remote Class.
|
Modifier and Type | Method and Description |
---|---|
Object |
ObjectReferenceProducerBase.make_object(String repositoryId,
byte[] objectId) |
Constructor and Description |
---|
StubIORImpl(Object obj) |
Modifier and Type | Field and Description |
---|---|
Object |
TransientNamingContext.localRoot
The local root naming context.
|
Object |
InternalBindingValue.theObjectRef |
Modifier and Type | Method and Description |
---|---|
static Object |
NamingContextImpl.doResolve(NamingContextDataStore impl,
NameComponent[] n)
Implements resolving names in this NamingContext.
|
Object |
TransientNameService.initialNamingContext()
Return the initial NamingContext.
|
Object |
NamingContextImpl.resolve_str(String sn)
This operation resolves the Stringified name into the object
reference.
|
Object |
NamingContextImpl.resolve(NameComponent[] n)
Resolve a name in this NamingContext and return the object reference
bound to the name.
|
Object |
TransientNamingContext.Resolve(NameComponent n,
BindingTypeHolder bth)
Resolves the supplied name to an object reference and returns
the type of the resolved binding.
|
Object |
NamingContextDataStore.Resolve(NameComponent n,
BindingTypeHolder bth)
Method which implements resolving the specified name,
returning the type of the binding and the bound object reference.
|
Object |
TransientNamingContext.Unbind(NameComponent n)
Deletes the binding with the supplied name.
|
Object |
NamingContextDataStore.Unbind(NameComponent n)
Method which implements unbinding a name.
|
Modifier and Type | Method and Description |
---|---|
void |
NamingContextImpl.bind(NameComponent[] n,
Object obj)
Bind an object under a name in this NamingContext.
|
void |
TransientNamingContext.Bind(NameComponent n,
Object obj,
BindingType bt)
Binds the object to the name component as the specified binding type.
|
void |
NamingContextDataStore.Bind(NameComponent n,
Object obj,
BindingType bt)
Method which implements binding a name to an object as
the specified binding type.
|
static void |
NamingContextImpl.doBind(NamingContextDataStore impl,
NameComponent[] n,
Object obj,
boolean rebind,
BindingType bt)
Implements all four flavors of binding.
|
void |
NamingContextImpl.rebind(NameComponent[] n,
Object obj)
Bind an object under a name in this NamingContext.
|
Constructor and Description |
---|
TransientNamingContext(ORB orb,
Object initial,
POA nsPOA)
Constructs a new TransientNamingContext object.
|
Modifier and Type | Class and Description |
---|---|
class |
ServantManagerImpl |
Modifier and Type | Method and Description |
---|---|
static Object |
NamingContextImpl.doResolve(NamingContextDataStore impl,
NameComponent[] n)
Implements resolving names in this NamingContext.
|
Object |
InternalBindingValue.getObjectRef() |
Object |
NamingContextImpl.resolve_str(String sn)
This operation resolves the Stringified name into the object
reference.
|
Object |
NamingContextImpl.resolve(NameComponent[] n)
Resolve a name in this NamingContext and return the object reference
bound to the name.
|
Object |
NamingContextImpl.Resolve(NameComponent n,
BindingTypeHolder bth)
This method resolves the NamingContext or Object Reference for one level
The doResolve( ) method calls Resolve( ) recursively to resolve n level
Names.
|
Object |
NamingContextImpl.Unbind(NameComponent n)
This method Unbinds the NamingContext or Object Reference for one level
The doUnbind( ) method from superclass calls Unbind() to recursively
Unbind using compound Names.
|
Modifier and Type | Method and Description |
---|---|
void |
NamingContextImpl.bind(NameComponent[] n,
Object obj)
Bind an object under a name in this NamingContext.
|
void |
NamingContextImpl.Bind(NameComponent n,
Object obj,
BindingType bt)
Implements all flavors of binding( bind and bindcontext)
This method will be called from the superclass's doBind( ) method
which takes care of all the conditions before calling this method.
|
void |
NamingContextImpl.rebind(NameComponent[] n,
Object obj)
Bind an object under a name in this NamingContext.
|
void |
InternalBindingValue.setObjectRef(Object ObjectRef) |
Modifier and Type | Class and Description |
---|---|
class |
POACurrent |
class |
POAImpl
POAImpl is the implementation of the Portable Object Adapter.
|
class |
POAManagerImpl
POAManagerImpl is the implementation of the POAManager interface.
|
class |
RequestProcessingPolicyImpl |
Modifier and Type | Method and Description |
---|---|
Object |
POAImpl.create_reference_with_id(byte[] oid,
String repId)
create_reference_with_id
3.3.8.18 |
Object |
POAImpl.create_reference(String repId)
create_reference
3.3.8.17 |
Object |
DelegateImpl.get_interface_def(Servant Self) |
Object |
POAImpl.getLocalServant(byte[] objectId) |
Object |
POAImpl.id_to_reference(byte[] id)
id_to_reference
3.3.8.24 |
Object |
POAImpl.servant_to_reference(Servant servant)
servant_to_reference
3.3.8.20 |
Object |
DelegateImpl.this_object(Servant self) |
Modifier and Type | Method and Description |
---|---|
byte[] |
POAImpl.reference_to_id(Object reference)
reference_to_id
3.3.8.22 |
Servant |
POAImpl.reference_to_servant(Object reference)
reference_to_servant
3.3.8.21 |
Modifier and Type | Class and Description |
---|---|
class |
TOAImpl
The Transient Object Adapter (TOA) represents the OA for purely transient
objects.
|
Modifier and Type | Method and Description |
---|---|
Object |
TOAImpl.getLocalServant(byte[] objectId) |
Modifier and Type | Method and Description |
---|---|
void |
TOA.connect(Object servant)
Connect the given servant to the ORB by allocating a transient object key
and creating an IOR and object reference using the current factory.
|
void |
TOAImpl.connect(Object objref) |
void |
TOA.disconnect(Object obj)
Disconnect the object from this ORB.
|
void |
TOAImpl.disconnect(Object objref) |
Modifier and Type | Class and Description |
---|---|
static class |
ParserTable.TestORBInitializer1 |
static class |
ParserTable.TestORBInitializer2 |
Modifier and Type | Method and Description |
---|---|
Object |
ORBSingleton.resolve_initial_references(String identifier) |
Object |
ORBImpl.resolve_initial_references(String identifier)
Resolve the stringified reference of one of the initially
available CORBA services.
|
Object |
ORBSingleton.string_to_object(String s) |
Object |
ORBImpl.string_to_object(String str)
Convert a stringified object reference to the object it represents.
|
Modifier and Type | Method and Description |
---|---|
void |
ORBSingleton.connect(Object servant) |
void |
ORBImpl.connect(Object servant)
This is the implementation of the public API used to connect
a servant-skeleton to the ORB.
|
NVList |
ORBSingleton.create_operation_list(Object oper) |
NVList |
ORBImpl.create_operation_list(Object oper)
Create an NVList corresponding to an OperationDef
|
void |
ORBSingleton.disconnect(Object obj) |
void |
ORBImpl.disconnect(Object obj) |
String |
ORBSingleton.object_to_string(Object obj) |
String |
ORBImpl.object_to_string(Object obj)
Convert an object ref to a string.
|
void |
ORBSingleton.register_initial_reference(String id,
Object obj) |
void |
ORBImpl.register_initial_reference(String id,
Object obj)
If this operation is called with an id,
"Y" , and an
object, YY , then a subsequent call to
ORB.resolve_initial_references( "Y" ) will
return object YY . |
Modifier and Type | Method and Description |
---|---|
static Object |
ORBUtility.makeObjectReference(IOR ior)
This method is used to create untyped object references.
|
Modifier and Type | Method and Description |
---|---|
static IOR |
ORBUtility.connectAndGetIOR(ORB orb,
Object obj)
Obtains an IOR for the object reference obj, first connecting it to
the ORB if necessary.
|
static IOR |
ORBUtility.getIOR(Object obj)
This method obtains an IOR from a CORBA object reference.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicStubImpl |
Modifier and Type | Method and Description |
---|---|
Object |
StubFactoryProxyImpl.makeStub() |
abstract Object |
StubFactoryDynamicBase.makeStub() |
Object |
StubFactoryStaticImpl.makeStub() |
Object |
ReflectiveTie.thisObject() |
Modifier and Type | Method and Description |
---|---|
static StubIORImpl |
StubConnectImpl.connect(StubIORImpl ior,
Object proxy,
ObjectImpl stub,
ORB orb)
Connect the stub to the orb if necessary.
|
Constructor and Description |
---|
StubInvocationHandlerImpl(PresentationManager pm,
PresentationManager.ClassData classData,
Object stub) |
Modifier and Type | Method and Description |
---|---|
Object |
CorbaClientDelegateImpl.duplicate(Object obj) |
Object |
CorbaClientDelegateImpl.get_interface_def(Object obj) |
Modifier and Type | Method and Description |
---|---|
Request |
CorbaClientDelegateImpl.create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result) |
Request |
CorbaClientDelegateImpl.create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist) |
Object |
CorbaClientDelegateImpl.duplicate(Object obj) |
boolean |
CorbaClientDelegateImpl.equals(Object self,
Object other)
This method overrides the org.omg.CORBA.portable.Delegate.equals method,
and does the equality check based on IOR equality.
|
String |
CorbaClientDelegateImpl.get_codebase(Object self) |
Object |
CorbaClientDelegateImpl.get_interface_def(Object obj) |
int |
CorbaClientDelegateImpl.hash(Object obj,
int maximum) |
int |
CorbaClientDelegateImpl.hashCode(Object obj) |
InputStream |
CorbaClientDelegateImpl.invoke(Object self,
OutputStream output) |
boolean |
CorbaClientDelegateImpl.is_a(Object obj,
String dest) |
boolean |
CorbaClientDelegateImpl.is_equivalent(Object obj,
Object ref) |
boolean |
NotLocalLocalCRDImpl.is_local(Object self) |
boolean |
LocalClientRequestDispatcherBase.is_local(Object self) |
boolean |
CorbaClientDelegateImpl.is_local(Object self)
Returns true if this object is implemented by a local servant.
|
boolean |
CorbaClientDelegateImpl.non_existent(Object obj) |
ORB |
CorbaClientDelegateImpl.orb(Object obj) |
void |
CorbaClientDelegateImpl.release(Object obj) |
void |
CorbaClientDelegateImpl.releaseReply(Object self,
InputStream input) |
Request |
CorbaClientDelegateImpl.request(Object obj,
String operation) |
OutputStream |
CorbaClientDelegateImpl.request(Object self,
String operation,
boolean responseExpected) |
void |
JIDLLocalCRDImpl.servant_postinvoke(Object self,
ServantObject servant) |
void |
InfoOnlyServantCacheLocalCRDImpl.servant_postinvoke(Object self,
ServantObject servantobj) |
void |
NotLocalLocalCRDImpl.servant_postinvoke(Object self,
ServantObject servant) |
void |
POALocalCRDImpl.servant_postinvoke(Object self,
ServantObject servantobj) |
void |
FullServantCacheLocalCRDImpl.servant_postinvoke(Object self,
ServantObject servantobj) |
void |
MinimalServantCacheLocalCRDImpl.servant_postinvoke(Object self,
ServantObject servantobj) |
void |
CorbaClientDelegateImpl.servant_postinvoke(Object self,
ServantObject servant) |
ServantObject |
JIDLLocalCRDImpl.servant_preinvoke(Object self,
String operation,
Class expectedType) |
ServantObject |
InfoOnlyServantCacheLocalCRDImpl.servant_preinvoke(Object self,
String operation,
Class expectedType) |
ServantObject |
NotLocalLocalCRDImpl.servant_preinvoke(Object self,
String operation,
Class expectedType) |
ServantObject |
POALocalCRDImpl.servant_preinvoke(Object self,
String operation,
Class expectedType) |
ServantObject |
FullServantCacheLocalCRDImpl.servant_preinvoke(Object self,
String operation,
Class expectedType) |
ServantObject |
MinimalServantCacheLocalCRDImpl.servant_preinvoke(Object self,
String operation,
Class expectedType) |
ServantObject |
CorbaClientDelegateImpl.servant_preinvoke(Object self,
String operation,
Class expectedType) |
String |
CorbaClientDelegateImpl.toString(Object self) |
boolean |
NotLocalLocalCRDImpl.useLocalInvocation(Object self) |
boolean |
LocalClientRequestDispatcherBase.useLocalInvocation(Object self) |
Modifier and Type | Method and Description |
---|---|
Object |
SplitLocalResolverImpl.resolve(String name) |
Object |
CompositeResolverImpl.resolve(String name) |
Object |
ORBInitRefResolverImpl.resolve(String ident) |
Object |
ORBDefaultInitRefResolverImpl.resolve(String ident) |
Object |
LocalResolverImpl.resolve(String name) |
Object |
FileResolverImpl.resolve(String name) |
Object |
BootstrapResolverImpl.resolve(String identifier) |
Modifier and Type | Method and Description |
---|---|
static Tie |
Utility.getAndForgetTie(Object stub) |
static Object |
Utility.loadStub(Object narrowFrom,
Class<?> narrowTo) |
Modifier and Type | Method and Description |
---|---|
void |
ORB.register_initial_reference(String id,
Object obj)
If this operation is called with an id,
"Y" , and an
object, YY , then a subsequent call to
ORB.resolve_initial_references( "Y" ) will
return object YY . |
Modifier and Type | Interface and Description |
---|---|
interface |
Server
Server callback API, passed to Activator in active method.
|
Modifier and Type | Class and Description |
---|---|
class |
com.sun.corba.se.spi.activation._RepositoryImplBase |
class |
com.sun.corba.se.spi.activation._ServerManagerImplBase |
class |
_ServerStub
Server callback API, passed to Activator in active method.
|
Modifier and Type | Method and Description |
---|---|
void |
InitialNameServiceOperations.bind(String name,
Object obj,
boolean isPersistant) |
void |
_InitialNameServiceStub.bind(String name,
Object obj,
boolean isPersistant) |
void |
InitialNameServicePOATie.bind(String name,
Object obj,
boolean isPersistant) |
static InitialNameService |
InitialNameServiceHelper.narrow(Object obj) |
static Repository |
RepositoryHelper.narrow(Object obj) |
static Activator |
ActivatorHelper.narrow(Object obj) |
static Server |
ServerHelper.narrow(Object obj) |
static ServerManager |
ServerManagerHelper.narrow(Object obj) |
static Locator |
LocatorHelper.narrow(Object obj) |
static InitialNameService |
InitialNameServiceHelper.unchecked_narrow(Object obj) |
static Repository |
RepositoryHelper.unchecked_narrow(Object obj) |
static Activator |
ActivatorHelper.unchecked_narrow(Object obj) |
static Server |
ServerHelper.unchecked_narrow(Object obj) |
static ServerManager |
ServerManagerHelper.unchecked_narrow(Object obj) |
static Locator |
LocatorHelper.unchecked_narrow(Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
CopyObjectPolicy
Policy used to specify the copyObject implementation to use.
|
class |
RequestPartitioningPolicy
Policy used to support the request partitioning feature and to
specify the partition to use.
|
class |
ServantCachingPolicy
Policy used to implement servant caching optimization in the POA.
|
class |
ZeroPortPolicy
Policy used to implement zero IIOP port policy in the POA.
|
Modifier and Type | Method and Description |
---|---|
static Object |
IORFactories.makeObjectReference(IOR ior) |
Modifier and Type | Method and Description |
---|---|
static IOR |
IORFactories.getIOR(Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectAdapterBase |
Modifier and Type | Method and Description |
---|---|
Object |
ObjectAdapter.getLocalServant(byte[] objectId)
Get the servant corresponding to the given objectId, if this is supported.
|
abstract Object |
ObjectAdapterBase.getLocalServant(byte[] objectId) |
Object |
ObjectAdapterBase.makeObject(String repId,
byte[] oid) |
Modifier and Type | Interface and Description |
---|---|
interface |
Activator
com/sun/corba/se/spi/PortableActivationIDL/Activator.java .
|
interface |
InitialNameService
Interface used to support binding references in the bootstrap name
service.
|
interface |
Locator
com/sun/corba/se/spi/PortableActivationIDL/Locator.java .
|
interface |
ORBProxy
ORB callback interface, passed to Activator in registerORB method.
|
interface |
Repository
com/sun/corba/se/spi/PortableActivationIDL/Repository.java .
|
interface |
ServerManager
Interface used to combine the Activator and Locator when both are
implemented together in the same process, as is currently the case
for our implementation.
|
interface |
ServerProxy
Server callback interface, passed to Activator in registerServer method.
|
Modifier and Type | Class and Description |
---|---|
class |
_ActivatorStub
com/sun/corba/se/spi/PortableActivationIDL/_ActivatorStub.java .
|
class |
_InitialNameServiceStub
Interface used to support binding references in the bootstrap name
service.
|
class |
_LocatorStub
com/sun/corba/se/spi/PortableActivationIDL/_LocatorStub.java .
|
class |
_ORBProxyStub
ORB callback interface, passed to Activator in registerORB method.
|
class |
_ServerManagerStub
Interface used to combine the Activator and Locator when both are
implemented together in the same process, as is currently the case
for our implementation.
|
class |
_ServerProxyStub
Server callback interface, passed to Activator in registerServer method.
|
Modifier and Type | Method and Description |
---|---|
void |
InitialNameServicePOATie.bind(String name,
Object obj,
boolean isPersistant)
bind initial name
|
void |
InitialNameServiceOperations.bind(String name,
Object obj,
boolean isPersistant)
bind initial name
|
void |
_InitialNameServiceStub.bind(String name,
Object obj,
boolean isPersistant)
bind initial name
|
static ServerManager |
ServerManagerHelper.narrow(Object obj) |
static ServerProxy |
ServerProxyHelper.narrow(Object obj) |
static ORBProxy |
ORBProxyHelper.narrow(Object obj) |
static Activator |
ActivatorHelper.narrow(Object obj) |
static Repository |
RepositoryHelper.narrow(Object obj) |
static InitialNameService |
InitialNameServiceHelper.narrow(Object obj) |
static Locator |
LocatorHelper.narrow(Object obj) |
static ServerManager |
ServerManagerHelper.unchecked_narrow(Object obj) |
static ServerProxy |
ServerProxyHelper.unchecked_narrow(Object obj) |
static ORBProxy |
ORBProxyHelper.unchecked_narrow(Object obj) |
static Activator |
ActivatorHelper.unchecked_narrow(Object obj) |
static Repository |
RepositoryHelper.unchecked_narrow(Object obj) |
static InitialNameService |
InitialNameServiceHelper.unchecked_narrow(Object obj) |
static Locator |
LocatorHelper.unchecked_narrow(Object obj) |
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicStub
Interface used to support dynamically generated stubs.
|
Modifier and Type | Class and Description |
---|---|
class |
StubWrapper
Wrapper that can take any stub (object x such that StubAdapter.isStub(x))
and treat it as a DynamicStub.
|
Modifier and Type | Method and Description |
---|---|
Object |
StubWrapper._duplicate() |
Object |
StubWrapper._get_interface_def() |
Object |
StubWrapper._set_policy_override(Policy[] policies,
SetOverrideType set_add) |
static Object |
StubAdapter.activateServant(Servant servant)
Use implicit activation to get an object reference for the servant.
|
static Object |
StubAdapter.activateTie(Tie tie)
Given any Tie, return the corresponding object refernce, activating
the Servant if necessary.
|
Object |
PresentationManager.StubFactory.makeStub()
Create a new dynamic stub.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StubWrapper._is_equivalent(Object other) |
Constructor and Description |
---|
StubWrapper(Object object) |
Modifier and Type | Method and Description |
---|---|
Object |
ForwardException.getObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalClientRequestDispatcher.is_local(Object self) |
void |
LocalClientRequestDispatcher.servant_postinvoke(Object self,
ServantObject servant) |
ServantObject |
LocalClientRequestDispatcher.servant_preinvoke(Object self,
String operation,
Class expectedType)
Returns a Java reference to the servant which should be used for this
request.
|
boolean |
LocalClientRequestDispatcher.useLocalInvocation(Object self) |
Constructor and Description |
---|
ForwardException(ORB orb,
Object obj) |
Modifier and Type | Method and Description |
---|---|
Object |
Resolver.resolve(String name)
Look up the name using this resolver and return the CORBA object
reference bound to this name, if any.
|
Modifier and Type | Method and Description |
---|---|
static IDLType |
IDLTypeHelper.narrow(Object obj) |
Modifier and Type | Interface and Description |
---|---|
interface |
CodeBase
com/sun/org/omg/SendingContext/CodeBase.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from rt.idl
Thursday, May 6, 1999 1:52:08 AM PDT
|
Modifier and Type | Class and Description |
---|---|
class |
_CodeBaseImplBase
com/sun/org/omg/SendingContext/_CodeBaseImplBase.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from rt.idl
Thursday, May 6, 1999 1:52:08 AM PDT
|
class |
_CodeBaseStub
com/sun/org/omg/SendingContext/_CodeBaseStub.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from rt.idl
Thursday, May 6, 1999 1:52:08 AM PDT
|
Modifier and Type | Method and Description |
---|---|
static CodeBase |
CodeBaseHelper.narrow(Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
Stub
Base class from which all RMI-IIOP stubs must inherit.
|
Modifier and Type | Method and Description |
---|---|
Object |
Tie.thisObject()
Returns an object reference for the target object represented by
this tie.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SASCurrent
org/jboss/iiop/csiv2/SASCurrent.java .
|
Modifier and Type | Method and Description |
---|---|
static SASCurrent |
SASCurrentHelper.narrow(Object obj) |
static SASCurrent |
SASCurrentHelper.unchecked_narrow(Object obj) |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractInterfaceDef
org/omg/CORBA/AbstractInterfaceDef.java .
|
interface |
AliasDef
org/omg/CORBA/AliasDef.java .
|
interface |
ArrayDef
org/omg/CORBA/ArrayDef.java .
|
interface |
AttributeDef
org/omg/CORBA/AttributeDef.java .
|
interface |
ConstantDef
org/omg/CORBA/ConstantDef.java .
|
interface |
Contained
org/omg/CORBA/Contained.java .
|
interface |
Current
Interfaces derived from the Current interface enable ORB and CORBA
services to provide access to information (context) associated with
the thread of execution in which they are running.
|
interface |
DomainManager
Provides mechanisms for establishing and navigating relationships to
superior and subordinate domains, as well as for creating and accessing
policies.
|
interface |
DynAny
Deprecated.
Use the new DynAny instead
|
interface |
DynArray
Deprecated.
Use the new DynArray instead
|
interface |
DynEnum
Deprecated.
Use the new DynEnum instead
|
interface |
DynFixed
Deprecated.
Use the new DynFixed instead
|
interface |
DynSequence
Deprecated.
Use the new DynSequence instead
|
interface |
DynStruct
Deprecated.
Use the new DynStruct instead
|
interface |
DynUnion
Deprecated.
Use the new DynUnion instead
|
interface |
DynValue
Deprecated.
Use the new DynValue instead
|
interface |
EnumDef
org/omg/CORBA/EnumDef.java .
|
interface |
ExceptionDef
org/omg/CORBA/ExceptionDef.java .
|
interface |
ExtAbstractInterfaceDef
org/omg/CORBA/ExtAbstractInterfaceDef.java .
|
interface |
ExtAttributeDef
org/omg/CORBA/ExtAttributeDef.java .
|
interface |
ExtInterfaceDef
org/omg/CORBA/ExtInterfaceDef.java .
|
interface |
ExtLocalInterfaceDef
org/omg/CORBA/ExtLocalInterfaceDef.java .
|
interface |
ExtValueDef
org/omg/CORBA/ExtValueDef.java .
|
interface |
FixedDef
org/omg/CORBA/FixedDef.java .
|
interface |
IDLType
org/omg/CORBA/IDLType.java .
|
interface |
InterfaceAttrExtension
org/omg/CORBA/InterfaceAttrExtension.java .
|
interface |
InterfaceDef
org/omg/CORBA/InterfaceDef.java .
|
interface |
IRObject
org/omg/CORBA/IRObject.java .
|
interface |
LocalInterfaceDef
org/omg/CORBA/LocalInterfaceDef.java .
|
interface |
NativeDef
org/omg/CORBA/NativeDef.java .
|
interface |
OperationDef
org/omg/CORBA/OperationDef.java .
|
interface |
Policy
Interfaces derived from the Policy interface allow an
ORB or CORBA service access to certain choices that affect
its operation.
|
interface |
PrimitiveDef
org/omg/CORBA/PrimitiveDef.java .
|
interface |
SequenceDef
org/omg/CORBA/SequenceDef.java .
|
interface |
StringDef
org/omg/CORBA/StringDef.java .
|
interface |
StructDef
org/omg/CORBA/StructDef.java .
|
interface |
TypedefDef
org/omg/CORBA/TypedefDef.java .
|
interface |
UnionDef
org/omg/CORBA/UnionDef.java .
|
interface |
ValueBoxDef
org/omg/CORBA/ValueBoxDef.java .
|
interface |
ValueDef
org/omg/CORBA/ValueDef.java .
|
interface |
ValueMemberDef
org/omg/CORBA/ValueMemberDef.java .
|
interface |
WstringDef
org/omg/CORBA/WstringDef.java .
|
Modifier and Type | Class and Description |
---|---|
class |
_AbstractInterfaceDefStub
org/omg/CORBA/_AbstractInterfaceDefStub.java .
|
class |
_AliasDefStub
org/omg/CORBA/_AliasDefStub.java .
|
class |
_ArrayDefStub
org/omg/CORBA/_ArrayDefStub.java .
|
class |
_AttributeDefStub
org/omg/CORBA/_AttributeDefStub.java .
|
class |
_ConstantDefStub
org/omg/CORBA/_ConstantDefStub.java .
|
class |
_ContainedStub
org/omg/CORBA/_ContainedStub.java .
|
class |
_EnumDefStub
org/omg/CORBA/_EnumDefStub.java .
|
class |
_ExceptionDefStub
org/omg/CORBA/_ExceptionDefStub.java .
|
class |
_ExtAbstractInterfaceDefStub
org/omg/CORBA/_ExtAbstractInterfaceDefStub.java .
|
class |
_ExtAttributeDefStub
org/omg/CORBA/_ExtAttributeDefStub.java .
|
class |
_ExtInterfaceDefStub
org/omg/CORBA/_ExtInterfaceDefStub.java .
|
class |
_ExtLocalInterfaceDefStub
org/omg/CORBA/_ExtLocalInterfaceDefStub.java .
|
class |
_ExtValueDefStub
org/omg/CORBA/_ExtValueDefStub.java .
|
class |
_FixedDefStub
org/omg/CORBA/_FixedDefStub.java .
|
class |
_IDLTypeStub
org/omg/CORBA/_IDLTypeStub.java .
|
class |
_InterfaceAttrExtensionStub
org/omg/CORBA/_InterfaceAttrExtensionStub.java .
|
class |
_InterfaceDefStub
org/omg/CORBA/_InterfaceDefStub.java .
|
class |
_IRObjectStub
org/omg/CORBA/_IRObjectStub.java .
|
class |
_LocalInterfaceDefStub
org/omg/CORBA/_LocalInterfaceDefStub.java .
|
class |
_NativeDefStub
org/omg/CORBA/_NativeDefStub.java .
|
class |
_OperationDefStub
org/omg/CORBA/_OperationDefStub.java .
|
class |
_PolicyStub
The Stub for Policy.
|
class |
_PrimitiveDefStub
org/omg/CORBA/_PrimitiveDefStub.java .
|
class |
_SequenceDefStub
org/omg/CORBA/_SequenceDefStub.java .
|
class |
_StringDefStub
org/omg/CORBA/_StringDefStub.java .
|
class |
_StructDefStub
org/omg/CORBA/_StructDefStub.java .
|
class |
_TypedefDefStub
org/omg/CORBA/_TypedefDefStub.java .
|
class |
_UnionDefStub
org/omg/CORBA/_UnionDefStub.java .
|
class |
_ValueBoxDefStub
org/omg/CORBA/_ValueBoxDefStub.java .
|
class |
_ValueDefStub
org/omg/CORBA/_ValueDefStub.java .
|
class |
_ValueMemberDefStub
org/omg/CORBA/_ValueMemberDefStub.java .
|
class |
_WstringDefStub
org/omg/CORBA/_WstringDefStub.java .
|
class |
DynamicImplementation
Deprecated.
org.omg.CORBA.DynamicImplementation
|
class |
LocalObject
Used as a base class for implementation of a local IDL interface in the
Java language mapping.
|
Modifier and Type | Field and Description |
---|---|
Object |
ObjectHolder.value
The
Object value held by this ObjectHolder
object. |
Modifier and Type | Method and Description |
---|---|
Object |
Object._duplicate()
Returns a duplicate of this CORBA object reference.
|
Object |
LocalObject._duplicate()
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method. |
Object |
Object._get_interface_def()
Obtains an
InterfaceDef for the object implementation
referenced by this object reference. |
Object |
LocalObject._get_interface_def()
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method. |
Object |
LocalObject._get_interface()
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object." This method
does not apply to local objects and is therefore not implemented. |
Object |
Object._set_policy_override(Policy[] policies,
SetOverrideType set_add)
Returns a new
Object with the given policies
either replacing any existing policies in this
Object or with the given policies added
to the existing ones, depending on the value of the
given SetOverrideType object. |
Object |
LocalObject._set_policy_override(Policy[] policies,
SetOverrideType set_add)
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object." This method
does not apply to local objects and is therefore not implemented. |
abstract Object |
Any.extract_Object()
Extracts the
org.omg.CORBA.Object in this
Any object's value field. |
static Object |
ObjectHelper.extract(Any a) |
Object |
DynAny.get_reference()
Deprecated.
Retrieves the
org.omg.CORBA.Other contained
in this DynAny object. |
Object |
DataInputStream.read_Object()
Reads an IDL CORBA::Object from the input stream.
|
static Object |
ObjectHelper.read(InputStream istream) |
abstract Object |
ORB.resolve_initial_references(String object_name)
Resolves a specific object reference from the set of available
initial service names.
|
abstract Object |
ORB.string_to_object(String str)
Converts a string produced by the method
object_to_string
back to a CORBA object reference. |
abstract Object |
Request.target()
Retrieves the the target object reference.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Object._is_equivalent(Object other)
Determines whether the two object references are equivalent,
so far as the ORB can easily determine.
|
boolean |
LocalObject._is_equivalent(Object that)
Determines whether the two object references are equivalent,
so far as the ORB can easily determine.
|
void |
ORB.connect(Object obj)
Connects the given servant object (a Java object that is
an instance of the server implementation class)
to the ORB.
|
NVList |
ORB.create_operation_list(Object oper)
Creates an
NVList initialized with argument
descriptions for the operation described in the given
OperationDef object. |
void |
ORB.disconnect(Object obj)
Disconnects the given servant object from the ORB.
|
abstract void |
Any.insert_Object(Object o)
Inserts the given
org.omg.CORBA.Object object
into this Any object's value field. |
abstract void |
Any.insert_Object(Object o,
TypeCode t)
Inserts the given
org.omg.CORBA.Object object
into this Any object's value field. |
void |
DynAny.insert_reference(Object value)
Deprecated.
Inserts the given
org.omg.CORBA.Object as the value for this
DynAny object. |
static void |
ObjectHelper.insert(Any a,
Object that) |
static UnionDef |
UnionDefHelper.narrow(Object obj) |
static FixedDef |
FixedDefHelper.narrow(Object obj) |
static SequenceDef |
SequenceDefHelper.narrow(Object obj) |
static OperationDef |
OperationDefHelper.narrow(Object obj) |
static Current |
CurrentHelper.narrow(Object obj) |
static ExtAttributeDef |
ExtAttributeDefHelper.narrow(Object obj) |
static Policy |
PolicyHelper.narrow(Object obj) |
static IDLType |
IDLTypeHelper.narrow(Object obj) |
static ExceptionDef |
ExceptionDefHelper.narrow(Object obj) |
static AliasDef |
AliasDefHelper.narrow(Object obj) |
static NativeDef |
NativeDefHelper.narrow(Object obj) |
static AttributeDef |
AttributeDefHelper.narrow(Object obj) |
static InterfaceAttrExtension |
InterfaceAttrExtensionHelper.narrow(Object obj) |
static Container |
ContainerHelper.narrow(Object obj) |
static InterfaceDef |
InterfaceDefHelper.narrow(Object obj) |
static ValueBoxDef |
ValueBoxDefHelper.narrow(Object obj) |
static ArrayDef |
ArrayDefHelper.narrow(Object obj) |
static IRObject |
IRObjectHelper.narrow(Object obj) |
static ExtInterfaceDef |
ExtInterfaceDefHelper.narrow(Object obj) |
static ValueMemberDef |
ValueMemberDefHelper.narrow(Object obj) |
static ExtValueDef |
ExtValueDefHelper.narrow(Object obj) |
static Contained |
ContainedHelper.narrow(Object obj) |
static ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefHelper.narrow(Object obj) |
static TypedefDef |
TypedefDefHelper.narrow(Object obj) |
static AbstractInterfaceDef |
AbstractInterfaceDefHelper.narrow(Object obj) |
static LocalInterfaceDef |
LocalInterfaceDefHelper.narrow(Object obj) |
static Repository |
RepositoryHelper.narrow(Object obj) |
static ModuleDef |
ModuleDefHelper.narrow(Object obj) |
static ExtLocalInterfaceDef |
ExtLocalInterfaceDefHelper.narrow(Object obj) |
static ConstantDef |
ConstantDefHelper.narrow(Object obj) |
static EnumDef |
EnumDefHelper.narrow(Object obj) |
static StructDef |
StructDefHelper.narrow(Object obj) |
static PrimitiveDef |
PrimitiveDefHelper.narrow(Object obj) |
static StringDef |
StringDefHelper.narrow(Object obj) |
static WstringDef |
WstringDefHelper.narrow(Object obj) |
static ValueDef |
ValueDefHelper.narrow(Object obj) |
abstract String |
ORB.object_to_string(Object obj)
Converts the given CORBA object reference to a string.
|
static UnionDef |
UnionDefHelper.unchecked_narrow(Object obj) |
static FixedDef |
FixedDefHelper.unchecked_narrow(Object obj) |
static SequenceDef |
SequenceDefHelper.unchecked_narrow(Object obj) |
static OperationDef |
OperationDefHelper.unchecked_narrow(Object obj) |
static ExtAttributeDef |
ExtAttributeDefHelper.unchecked_narrow(Object obj) |
static IDLType |
IDLTypeHelper.unchecked_narrow(Object obj) |
static ExceptionDef |
ExceptionDefHelper.unchecked_narrow(Object obj) |
static AliasDef |
AliasDefHelper.unchecked_narrow(Object obj) |
static NativeDef |
NativeDefHelper.unchecked_narrow(Object obj) |
static AttributeDef |
AttributeDefHelper.unchecked_narrow(Object obj) |
static InterfaceAttrExtension |
InterfaceAttrExtensionHelper.unchecked_narrow(Object obj) |
static Container |
ContainerHelper.unchecked_narrow(Object obj) |
static InterfaceDef |
InterfaceDefHelper.unchecked_narrow(Object obj) |
static ValueBoxDef |
ValueBoxDefHelper.unchecked_narrow(Object obj) |
static ArrayDef |
ArrayDefHelper.unchecked_narrow(Object obj) |
static IRObject |
IRObjectHelper.unchecked_narrow(Object obj) |
static ExtInterfaceDef |
ExtInterfaceDefHelper.unchecked_narrow(Object obj) |
static ValueMemberDef |
ValueMemberDefHelper.unchecked_narrow(Object obj) |
static ExtValueDef |
ExtValueDefHelper.unchecked_narrow(Object obj) |
static Contained |
ContainedHelper.unchecked_narrow(Object obj) |
static ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefHelper.unchecked_narrow(Object obj) |
static TypedefDef |
TypedefDefHelper.unchecked_narrow(Object obj) |
static AbstractInterfaceDef |
AbstractInterfaceDefHelper.unchecked_narrow(Object obj) |
static LocalInterfaceDef |
LocalInterfaceDefHelper.unchecked_narrow(Object obj) |
static Repository |
RepositoryHelper.unchecked_narrow(Object obj) |
static ModuleDef |
ModuleDefHelper.unchecked_narrow(Object obj) |
static ExtLocalInterfaceDef |
ExtLocalInterfaceDefHelper.unchecked_narrow(Object obj) |
static ConstantDef |
ConstantDefHelper.unchecked_narrow(Object obj) |
static EnumDef |
EnumDefHelper.unchecked_narrow(Object obj) |
static StructDef |
StructDefHelper.unchecked_narrow(Object obj) |
static PrimitiveDef |
PrimitiveDefHelper.unchecked_narrow(Object obj) |
static StringDef |
StringDefHelper.unchecked_narrow(Object obj) |
static WstringDef |
WstringDefHelper.unchecked_narrow(Object obj) |
static ValueDef |
ValueDefHelper.unchecked_narrow(Object obj) |
void |
DataOutputStream.write_Object(Object value)
Writes the IDL CORBA::Object value to the output stream.
|
static void |
ObjectHelper.write(OutputStream ostream,
Object value) |
Constructor and Description |
---|
ObjectHolder(Object initial)
Constructs a new
ObjectHolder object with its
value field initialized to the given
Object . |
Modifier and Type | Method and Description |
---|---|
Object |
ORB.get_value_def(String repid) |
Modifier and Type | Method and Description |
---|---|
String |
Delegate.get_codebase(Object self)
Returns the codebase for object reference provided.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentDef
org/omg/CORBA/ComponentIR/ComponentDef.java .
|
interface |
ConsumesDef
org/omg/CORBA/ComponentIR/ConsumesDef.java .
|
interface |
Container
org/omg/CORBA/ComponentIR/Container.java .
|
interface |
EmitsDef
org/omg/CORBA/ComponentIR/EmitsDef.java .
|
interface |
EventDef
org/omg/CORBA/ComponentIR/EventDef.java .
|
interface |
EventPortDef
org/omg/CORBA/ComponentIR/EventPortDef.java .
|
interface |
FactoryDef
org/omg/CORBA/ComponentIR/FactoryDef.java .
|
interface |
FinderDef
org/omg/CORBA/ComponentIR/FinderDef.java .
|
interface |
HomeDef
org/omg/CORBA/ComponentIR/HomeDef.java .
|
interface |
ModuleDef
org/omg/CORBA/ComponentIR/ModuleDef.java .
|
interface |
ProvidesDef
org/omg/CORBA/ComponentIR/ProvidesDef.java .
|
interface |
PublishesDef
org/omg/CORBA/ComponentIR/PublishesDef.java .
|
interface |
UsesDef
org/omg/CORBA/ComponentIR/UsesDef.java .
|
Modifier and Type | Class and Description |
---|---|
class |
_ComponentDefStub
org/omg/CORBA/ComponentIR/_ComponentDefStub.java .
|
class |
_ConsumesDefStub
org/omg/CORBA/ComponentIR/_ConsumesDefStub.java .
|
class |
_ContainerStub
org/omg/CORBA/ComponentIR/_ContainerStub.java .
|
class |
_EmitsDefStub
org/omg/CORBA/ComponentIR/_EmitsDefStub.java .
|
class |
_EventDefStub
org/omg/CORBA/ComponentIR/_EventDefStub.java .
|
class |
_EventPortDefStub
org/omg/CORBA/ComponentIR/_EventPortDefStub.java .
|
class |
_FactoryDefStub
org/omg/CORBA/ComponentIR/_FactoryDefStub.java .
|
class |
_FinderDefStub
org/omg/CORBA/ComponentIR/_FinderDefStub.java .
|
class |
_HomeDefStub
org/omg/CORBA/ComponentIR/_HomeDefStub.java .
|
class |
_ModuleDefStub
org/omg/CORBA/ComponentIR/_ModuleDefStub.java .
|
class |
_ProvidesDefStub
org/omg/CORBA/ComponentIR/_ProvidesDefStub.java .
|
class |
_PublishesDefStub
org/omg/CORBA/ComponentIR/_PublishesDefStub.java .
|
class |
_RepositoryStub
org/omg/CORBA/ComponentIR/_RepositoryStub.java .
|
class |
_UsesDefStub
org/omg/CORBA/ComponentIR/_UsesDefStub.java .
|
Modifier and Type | Method and Description |
---|---|
static Repository |
RepositoryHelper.narrow(Object obj) |
static ProvidesDef |
ProvidesDefHelper.narrow(Object obj) |
static EmitsDef |
EmitsDefHelper.narrow(Object obj) |
static UsesDef |
UsesDefHelper.narrow(Object obj) |
static PublishesDef |
PublishesDefHelper.narrow(Object obj) |
static EventDef |
EventDefHelper.narrow(Object obj) |
static EventPortDef |
EventPortDefHelper.narrow(Object obj) |
static ConsumesDef |
ConsumesDefHelper.narrow(Object obj) |
static ComponentDef |
ComponentDefHelper.narrow(Object obj) |
static FactoryDef |
FactoryDefHelper.narrow(Object obj) |
static FinderDef |
FinderDefHelper.narrow(Object obj) |
static Container |
ContainerHelper.narrow(Object obj) |
static ModuleDef |
ModuleDefHelper.narrow(Object obj) |
static HomeDef |
HomeDefHelper.narrow(Object obj) |
static Repository |
RepositoryHelper.unchecked_narrow(Object obj) |
static ProvidesDef |
ProvidesDefHelper.unchecked_narrow(Object obj) |
static EmitsDef |
EmitsDefHelper.unchecked_narrow(Object obj) |
static UsesDef |
UsesDefHelper.unchecked_narrow(Object obj) |
static PublishesDef |
PublishesDefHelper.unchecked_narrow(Object obj) |
static EventDef |
EventDefHelper.unchecked_narrow(Object obj) |
static EventPortDef |
EventPortDefHelper.unchecked_narrow(Object obj) |
static ConsumesDef |
ConsumesDefHelper.unchecked_narrow(Object obj) |
static ComponentDef |
ComponentDefHelper.unchecked_narrow(Object obj) |
static FactoryDef |
FactoryDefHelper.unchecked_narrow(Object obj) |
static FinderDef |
FinderDefHelper.unchecked_narrow(Object obj) |
static Container |
ContainerHelper.unchecked_narrow(Object obj) |
static ModuleDef |
ModuleDefHelper.unchecked_narrow(Object obj) |
static HomeDef |
HomeDefHelper.unchecked_narrow(Object obj) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectImpl
The common base class for all stub classes; provides default implementations
of the
org.omg.CORBA.Object methods. |
Modifier and Type | Method and Description |
---|---|
Object |
ObjectImpl._duplicate()
Returns a duplicate of this
ObjectImpl object. |
Object |
ObjectImpl._get_interface_def()
Retrieves the interface definition for this
ObjectImpl
object. |
Object |
ObjectImpl._set_policy_override(Policy[] policies,
SetOverrideType set_add)
Sets this
ObjectImpl object's override type for
the given policies to the given instance of
SetOverrideType . |
abstract Object |
Delegate.duplicate(Object obj)
Returns a duplicate of the object reference provided.
|
abstract Object |
Delegate.get_interface_def(Object self)
Return an InterfaceDef for the object reference provided.
|
abstract Object |
InputStream.read_Object()
Reads a CORBA object from this input stream.
|
Object |
InputStream.read_Object(Class clz)
Unmarshals an object and returns a CORBA Object,
which is an instance of the class passed as its argument.
|
Object |
Delegate.set_policy_override(Object self,
Policy[] policies,
SetOverrideType set_add)
Associates the policies passed in
with a newly created object reference that it returns.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ObjectImpl._is_equivalent(Object that)
Checks whether the the given
ObjectImpl object is
equivalent to this ObjectImpl object. |
abstract Request |
Delegate.create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result)
Creates a Request instance for use in the Dynamic Invocation Interface.
|
abstract Request |
Delegate.create_request(Object obj,
Context ctx,
String operation,
NVList arg_list,
NamedValue result,
ExceptionList exclist,
ContextList ctxlist)
Creates a Request instance for use in the Dynamic Invocation Interface.
|
abstract Object |
Delegate.duplicate(Object obj)
Returns a duplicate of the object reference provided.
|
boolean |
Delegate.equals(Object self,
Object obj)
Provides the implementation to override the equals(java.lang.Object obj)
method of the delegating CORBA object.
|
DomainManager[] |
Delegate.get_domain_managers(Object self)
Retrieves the
DomainManagers of this object. |
abstract Object |
Delegate.get_interface_def(Object self)
Return an InterfaceDef for the object reference provided.
|
Policy |
Delegate.get_policy(Object self,
int policy_type)
Returns the
Policy object of the specified type
which applies to this object. |
abstract int |
Delegate.hash(Object obj,
int max)
Returns an ORB-internal identifier (hashcode) for this object reference.
|
int |
Delegate.hashCode(Object self)
Provides the implementation to override the hashCode() method
of the delegating CORBA object.
|
InputStream |
Delegate.invoke(Object self,
OutputStream output)
invoke is called by a stub to invoke an operation.
|
abstract boolean |
Delegate.is_a(Object obj,
String repository_id)
Checks if the object reference is an instance of the given interface.
|
abstract boolean |
Delegate.is_equivalent(Object obj,
Object other)
Determines if the two object references are equivalent.
|
boolean |
Delegate.is_local(Object self)
Returns true if this object is implemented by a local servant.
|
abstract boolean |
Delegate.non_existent(Object obj)
Determines whether the server object for the object reference has been
destroyed.
|
ORB |
Delegate.orb(Object obj)
Provides a reference to the orb associated with its parameter.
|
abstract void |
Delegate.release(Object obj)
Releases resources associated with the object reference provided.
|
void |
Delegate.releaseReply(Object self,
InputStream input)
releaseReply may optionally be called by a stub to release a
reply stream back to the ORB when the unmarshaling has
completed.
|
abstract Request |
Delegate.request(Object obj,
String operation)
Creates a Request instance for use in the Dynamic Invocation Interface.
|
OutputStream |
Delegate.request(Object self,
String operation,
boolean responseExpected)
request is called by a stub to obtain an OutputStream for
marshaling arguments.
|
void |
Delegate.servant_postinvoke(Object self,
ServantObject servant)
servant_postinvoke() is invoked by the local stub after the operation
has been invoked on the local servant.
|
ServantObject |
Delegate.servant_preinvoke(Object self,
String operation,
Class expectedType)
Returns a Java reference to the servant which should be used for this
request.
|
Object |
Delegate.set_policy_override(Object self,
Policy[] policies,
SetOverrideType set_add)
Associates the policies passed in
with a newly created object reference that it returns.
|
String |
Delegate.toString(Object self)
Provides the implementation to override the toString() method
of the delegating CORBA object.
|
abstract void |
OutputStream.write_Object(Object value)
Writes a CORBA Object on this output stream.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BindingIterator
The BindingIterator interface allows a client to iterate through
the bindings using the next_one or next_n operations.
|
interface |
NamingContext
A naming context is an object that contains a set of name bindings in
which each name is unique.
|
interface |
NamingContextExt
NamingContextExt is the extension of NamingContext
which
contains a set of name bindings in which each name is unique and is
part of Interoperable Naming Service. |
Modifier and Type | Class and Description |
---|---|
class |
_BindingIteratorImplBase |
class |
_BindingIteratorStub
The BindingIterator interface allows a client to iterate through
the bindings using the next_one or next_n operations.
|
class |
_NamingContextExtStub
NamingContextExt is the extension of NamingContext
which
contains a set of name bindings in which each name is unique and is
part of Interoperable Naming Service. |
class |
_NamingContextImplBase |
class |
_NamingContextStub
A naming context is an object that contains a set of name bindings in
which each name is unique.
|
Modifier and Type | Method and Description |
---|---|
Object |
NamingContextExtOperations.resolve_str(String sn)
This operation resolves the Stringified name into the object
reference.
|
Object |
_NamingContextExtStub.resolve_str(String sn)
This operation resolves the Stringified name into the object
reference.
|
Object |
NamingContextExtPOATie.resolve_str(String sn)
This operation resolves the Stringified name into the object
reference.
|
Object |
_NamingContextExtStub.resolve(NameComponent[] n)
The resolve operation is the process of retrieving an object
bound to a name in a given context.
|
Object |
NamingContextPOATie.resolve(NameComponent[] n)
The resolve operation is the process of retrieving an object
bound to a name in a given context.
|
Object |
_NamingContextStub.resolve(NameComponent[] n)
The resolve operation is the process of retrieving an object
bound to a name in a given context.
|
Object |
NamingContextExtPOATie.resolve(NameComponent[] n)
The resolve operation is the process of retrieving an object
bound to a name in a given context.
|
Object |
NamingContextOperations.resolve(NameComponent[] n)
The resolve operation is the process of retrieving an object
bound to a name in a given context.
|
Modifier and Type | Method and Description |
---|---|
void |
_NamingContextExtStub.bind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context.
|
void |
NamingContextPOATie.bind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context.
|
void |
_NamingContextStub.bind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context.
|
void |
NamingContextExtPOATie.bind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context.
|
void |
NamingContextOperations.bind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context.
|
static BindingIterator |
BindingIteratorHelper.narrow(Object obj) |
static NamingContext |
NamingContextHelper.narrow(Object obj) |
static NamingContextExt |
NamingContextExtHelper.narrow(Object obj) |
void |
_NamingContextExtStub.rebind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context
even if the name is already bound in the context.
|
void |
NamingContextPOATie.rebind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context
even if the name is already bound in the context.
|
void |
_NamingContextStub.rebind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context
even if the name is already bound in the context.
|
void |
NamingContextExtPOATie.rebind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context
even if the name is already bound in the context.
|
void |
NamingContextOperations.rebind(NameComponent[] n,
Object obj)
Creates a binding of a name and an object in the naming context
even if the name is already bound in the context.
|
static BindingIterator |
BindingIteratorHelper.unchecked_narrow(Object obj) |
static NamingContext |
NamingContextHelper.unchecked_narrow(Object obj) |
static NamingContextExt |
NamingContextExtHelper.unchecked_narrow(Object obj) |
Modifier and Type | Interface and Description |
---|---|
interface |
DynAnyFactory
DynAny objects can be created by invoking operations on the DynAnyFactory object.
|
interface |
DynValueBox
DynValueBox objects support the manipulation of IDL boxed value types.
|
interface |
DynValueCommon
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
_DynAnyFactoryStub
DynAny objects can be created by invoking operations on the DynAnyFactory object.
|
class |
_DynAnyStub
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.
|
class |
_DynArrayStub
DynArray objects support the manipulation of IDL arrays.
|
class |
_DynEnumStub
DynEnum objects support the manipulation of IDL enumerated values.
|
class |
_DynFixedStub
DynFixed objects support the manipulation of IDL fixed values.
|
class |
_DynSequenceStub
DynSequence objects support the manipulation of IDL sequences.
|
class |
_DynStructStub
DynStruct objects support the manipulation of IDL struct and exception values.
|
class |
_DynUnionStub
DynUnion objects support the manipulation of IDL unions.
|
class |
_DynValueBoxStub
DynValueBox objects support the manipulation of IDL boxed value types.
|
class |
_DynValueCommonStub
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
|
class |
_DynValueStub
DynValue objects support the manipulation of IDL non-boxed value types.
|
Modifier and Type | Method and Description |
---|---|
Object |
DynEnumPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynFixedPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynUnionPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynStructPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynSequencePOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynValueCommonPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynValueBoxPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynSequenceStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynValueCommonStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynStructStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynArrayPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynValuePOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynValueBoxStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynUnionStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynArrayStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynValueStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynAnyOperations.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynFixedStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynAnyStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
DynAnyPOATie.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Object |
_DynEnumStub.get_reference()
Extracts the reference to a CORBA Object from this DynAny.
|
Modifier and Type | Method and Description |
---|---|
void |
DynEnumPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynFixedPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynUnionPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynStructPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynSequencePOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynValueCommonPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynValueBoxPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynSequenceStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynValueCommonStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynStructStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynArrayPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynValuePOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynValueBoxStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynUnionStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynArrayStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynValueStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynAnyOperations.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynFixedStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynAnyStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
DynAnyPOATie.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
void |
_DynEnumStub.insert_reference(Object value)
Inserts a reference to a CORBA object into the DynAny.
|
static DynFixed |
DynFixedHelper.narrow(Object obj) |
static DynEnum |
DynEnumHelper.narrow(Object obj) |
static DynStruct |
DynStructHelper.narrow(Object obj) |
static DynSequence |
DynSequenceHelper.narrow(Object obj) |
static DynValue |
DynValueHelper.narrow(Object obj) |
static DynValueBox |
DynValueBoxHelper.narrow(Object obj) |
static DynValueCommon |
DynValueCommonHelper.narrow(Object obj) |
static DynArray |
DynArrayHelper.narrow(Object obj) |
static DynAnyFactory |
DynAnyFactoryHelper.narrow(Object obj) |
static DynAny |
DynAnyHelper.narrow(Object obj) |
static DynUnion |
DynUnionHelper.narrow(Object obj) |
static DynFixed |
DynFixedHelper.unchecked_narrow(Object obj) |
static DynEnum |
DynEnumHelper.unchecked_narrow(Object obj) |
static DynStruct |
DynStructHelper.unchecked_narrow(Object obj) |
static DynSequence |
DynSequenceHelper.unchecked_narrow(Object obj) |
static DynValue |
DynValueHelper.unchecked_narrow(Object obj) |
static DynValueBox |
DynValueBoxHelper.unchecked_narrow(Object obj) |
static DynValueCommon |
DynValueCommonHelper.unchecked_narrow(Object obj) |
static DynArray |
DynArrayHelper.unchecked_narrow(Object obj) |
static DynAnyFactory |
DynAnyFactoryHelper.unchecked_narrow(Object obj) |
static DynAny |
DynAnyHelper.unchecked_narrow(Object obj) |
static DynUnion |
DynUnionHelper.unchecked_narrow(Object obj) |
Modifier and Type | Interface and Description |
---|---|
interface |
Codec
org/omg/IOP/Codec.java .
|
interface |
CodecFactory
org/omg/IOP/CodecFactory.java .
|
Modifier and Type | Method and Description |
---|---|
static CodecFactory |
CodecFactoryHelper.narrow(Object obj) |
static Codec |
CodecHelper.narrow(Object obj) |
static CodecFactory |
CodecFactoryHelper.unchecked_narrow(Object obj) |
static Codec |
CodecHelper.unchecked_narrow(Object obj) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientRequestInfo
Request Information, accessible to client-side request interceptors.
|
interface |
ClientRequestInterceptor
Client-side request interceptor.
|
interface |
Interceptor
All Portable Interceptors implement Interceptor.
|
interface |
IORInfo
Provides the server-side ORB service with access to the applicable
policies during IOR construction and the ability to add components.
|
interface |
IORInterceptor
Interceptor used to establish tagged components in the profiles within
an IOR.
|
interface |
IORInterceptor_3_0
org/omg/PortableInterceptor/IORInterceptor_3_0.java .
|
interface |
ORBInitializer
Facilitates interceptor registration and ORB initialization.
|
interface |
ORBInitInfo
Passed to each
ORBInitializer , allowing it to
to register interceptors and perform other duties while the ORB is
initializing. |
interface |
PolicyFactory
Enables policy types to be constructed using
CORBA.ORB.create_policy . |
interface |
RequestInfo
Request Information, accessible to Interceptors.
|
interface |
ServerRequestInfo
Request Information, accessible to server-side request interceptors.
|
interface |
ServerRequestInterceptor
Server-side request interceptor.
|
Modifier and Type | Field and Description |
---|---|
Object |
ForwardRequest.forward
The new object to forward the request to.
|
Modifier and Type | Method and Description |
---|---|
Object |
ClientRequestInfoOperations.effective_target()
Returns the actual object on which the operation will be invoked.
|
Object |
RequestInfoOperations.forward_reference()
Contains the object to which the request will be forwarded, if the
reply_status attribute is LOCATION_FORWARD . |
Object |
ObjectReferenceFactory.make_object(String repositoryId,
byte[] object_id)
make_object creates a CORBA object reference according
to the data in this template, with the given repository ID and
object ID.
|
Object |
ORBInitInfoOperations.resolve_initial_references(String id)
Identical to
ORB.resolve_initial_references . |
Object |
ClientRequestInfoOperations.target()
Returns the object which the client called to perform the
operation.
|
Modifier and Type | Method and Description |
---|---|
static Interceptor |
InterceptorHelper.narrow(Object obj) |
static PolicyFactory |
PolicyFactoryHelper.narrow(Object obj) |
static ORBInitInfo |
ORBInitInfoHelper.narrow(Object obj) |
static Current |
CurrentHelper.narrow(Object obj) |
static RequestInfo |
RequestInfoHelper.narrow(Object obj) |
static ClientRequestInfo |
ClientRequestInfoHelper.narrow(Object obj) |
static ORBInitializer |
ORBInitializerHelper.narrow(Object obj) |
static ServerRequestInfo |
ServerRequestInfoHelper.narrow(Object obj) |
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.narrow(Object obj) |
static ServerRequestInterceptor |
ServerRequestInterceptorHelper.narrow(Object obj) |
static IORInfo |
IORInfoHelper.narrow(Object obj) |
static IORInterceptor |
IORInterceptorHelper.narrow(Object obj) |
static IORInterceptor_3_0 |
IORInterceptor_3_0Helper.narrow(Object obj) |
void |
ORBInitInfoOperations.register_initial_reference(String id,
Object obj)
Identical to
ORB.register_initial_reference . |
static Interceptor |
InterceptorHelper.unchecked_narrow(Object obj) |
static PolicyFactory |
PolicyFactoryHelper.unchecked_narrow(Object obj) |
static ORBInitInfo |
ORBInitInfoHelper.unchecked_narrow(Object obj) |
static Current |
CurrentHelper.unchecked_narrow(Object obj) |
static RequestInfo |
RequestInfoHelper.unchecked_narrow(Object obj) |
static ClientRequestInfo |
ClientRequestInfoHelper.unchecked_narrow(Object obj) |
static ORBInitializer |
ORBInitializerHelper.unchecked_narrow(Object obj) |
static ServerRequestInfo |
ServerRequestInfoHelper.unchecked_narrow(Object obj) |
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.unchecked_narrow(Object obj) |
static ServerRequestInterceptor |
ServerRequestInterceptorHelper.unchecked_narrow(Object obj) |
static IORInfo |
IORInfoHelper.unchecked_narrow(Object obj) |
static IORInterceptor |
IORInterceptorHelper.unchecked_narrow(Object obj) |
static IORInterceptor_3_0 |
IORInterceptor_3_0Helper.unchecked_narrow(Object obj) |
Constructor and Description |
---|
ForwardRequest(Object _forward) |
ForwardRequest(String $reason,
Object _forward) |
Modifier and Type | Interface and Description |
---|---|
interface |
AdapterActivator
An adapter activator supplies a POA with the ability
to create child POAs on demand, as a side-effect of
receiving a request that names the child POA
(or one of its children), or when find_POA is called
with an activate parameter value of TRUE.
|
interface |
IdAssignmentPolicy
IdAssignmentPolicy specifies whether Object Ids in
the created POA are generated by the application or
by the ORB.
|
interface |
IdUniquenessPolicy
The IdUniquenessPolicy specifies whether the servants
activated in the created POA must have unique object i
identities.
|
interface |
ImplicitActivationPolicy
This policy specifies whether implicit activation
of servants is supported in the created POA.
|
interface |
LifespanPolicy
The LifespanPolicy specifies the lifespan of the
objects implemented in the created POA.
|
interface |
POA
A POA object manages the implementation of a
collection of objects.
|
interface |
POAManager
Each POA object has an associated POAManager object.
|
interface |
RequestProcessingPolicy
This policy specifies how requests are processed by
the created POA.
|
interface |
ServantActivator
When the POA has the RETAIN policy it uses servant
managers that are ServantActivators.
|
interface |
ServantLocator
When the POA has the NON_RETAIN policy it uses servant
managers that are ServantLocators.
|
interface |
ServantManager
A servant manager supplies a POA with the ability
to activate objects on demand when the POA receives
a request targeted at an inactive object.
|
interface |
ServantRetentionPolicy
This policy specifies whether the created POA retains
active servants in an Active Object Map.
|
interface |
ThreadPolicy
The ThreadPolicy specifies the threading model
used with the created POA.
|
Modifier and Type | Class and Description |
---|---|
class |
_ServantActivatorStub
When the POA has the RETAIN policy it uses servant
managers that are ServantActivators.
|
class |
_ServantLocatorStub
When the POA has the NON_RETAIN policy it uses servant
managers that are ServantLocators.
|
Modifier and Type | Field and Description |
---|---|
Object |
ForwardRequest.forward_reference |
Modifier and Type | Method and Description |
---|---|
Object |
Servant._get_interface_def()
Returns an
InterfaceDef object as a
CORBA::Object that defines the runtime type of the
CORBA::Object implemented by the Servant . |
Object |
Servant._this_object()
Allows the servant to obtain the object reference for
the target CORBA object it is incarnating for that request.
|
Object |
Servant._this_object(ORB orb)
Allows the servant to obtain the object reference for
the target CORBA Object it is incarnating for that request.
|
Object |
POAOperations.create_reference_with_id(byte[] oid,
String intf)
This operation creates an object reference that
encapsulates the specified Object Id and interface
repository Id values.
|
Object |
POAOperations.create_reference(String intf)
This operation creates an object reference that
encapsulates a POA-generated Object Id value and
the specified interface repository id.
|
Object |
POAOperations.id_to_reference(byte[] oid)
If an object with the specified Object Id value is
currently active, a reference encapsulating the
information used to activate the object is returned.
|
Object |
POAOperations.servant_to_reference(Servant p_servant)
This operation requires the RETAIN policy and either
the UNIQUE_ID or IMPLICIT_ACTIVATION policies if
invoked outside the context of an operation dispatched
by this POA.
|
Modifier and Type | Method and Description |
---|---|
static Current |
CurrentHelper.narrow(Object obj) |
static POA |
POAHelper.narrow(Object obj) |
static ServantActivator |
ServantActivatorHelper.narrow(Object obj) |
static ServantLocator |
ServantLocatorHelper.narrow(Object obj) |
byte[] |
POAOperations.reference_to_id(Object reference)
This operation returns the Object Id value
encapsulated by the specified reference.
|
Servant |
POAOperations.reference_to_servant(Object reference)
If the POA has the RETAIN policy and the specified
object is present in the Active Object Map, this
operation returns the servant associated with that
object in the Active Object Map.
|
static ServantActivator |
ServantActivatorHelper.unchecked_narrow(Object obj) |
static ServantLocator |
ServantLocatorHelper.unchecked_narrow(Object obj) |
Constructor and Description |
---|
ForwardRequest(Object _forward_reference) |
ForwardRequest(String $reason,
Object _forward_reference) |
Modifier and Type | Method and Description |
---|---|
Object |
Delegate.get_interface_def(Servant self)
This operation returns an object in the Interface Repository
which provides type information that may be useful to a program.
|
Object |
Delegate.this_object(Servant Self)
This allows the servant to obtain the object reference for
the target CORBA Object it is incarnating for that request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RunTime
Defines the base class that represents the Sending Context of a
request.
|
Modifier and Type | Class and Description |
---|---|
class |
_Remote_Stub
This class provides the Stub for the Remote Type.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.