当前页面:
在线文档首页 >
JBoss 3.2.7 iiop API Documentation 英文版文档
Index (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档
A B C D E F G H I J L M N O P R S T U V W _
A
- AbstractTestBase - interface org.jboss.iiop.test.AbstractTestBase.
-
- AttributeAnalysis - class org.jboss.iiop.rmi.AttributeAnalysis.
- Attribute analysis.
- AttributeDefImpl - class org.jboss.iiop.rmi.ir.AttributeDefImpl.
- Attribute IR object.
- a -
Variable in class org.jboss.iiop.test.TestValueBase
-
- aa1() -
Method in interface org.jboss.iiop.test.Test
-
- aa1() -
Method in class org.jboss.iiop.test.TestImpl
-
- aa2() -
Method in interface org.jboss.iiop.test.Test
-
- aa2() -
Method in class org.jboss.iiop.test.TestImpl
-
- aa3() -
Method in interface org.jboss.iiop.test.Test
-
- aa3() -
Method in class org.jboss.iiop.test.TestImpl
-
- aa4() -
Method in interface org.jboss.iiop.test.Test
-
- aa4() -
Method in class org.jboss.iiop.test.TestImpl
-
- aa5() -
Method in interface org.jboss.iiop.test.Test
-
- aa5() -
Method in class org.jboss.iiop.test.TestImpl
-
- aa6() -
Method in interface org.jboss.iiop.test.Test
-
- aa6() -
Method in class org.jboss.iiop.test.TestImpl
-
- abbrevFor(Class) -
Static method in class org.jboss.iiop.rmi.marshal.CDRStream
- Returns the abbreviated name of the marshaller for given
Class
.
- abstractBaseValuetypes -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Array of analysis of the abstract base valuetypes implemented/extended here.
- addNumbers(int[], boolean, char, byte, short, int, long, float, double, Remote, TestValue, Test, String, Object, Class, Serializable, Externalizable) -
Method in interface org.jboss.iiop.test.Test
- A test operation.
- addNumbers(int[], boolean, char, byte, short, int, long, float, double, Remote, TestValue, Test, String, Object, Class, Serializable, Externalizable) -
Method in class org.jboss.iiop.test.TestImpl
- A test operation.
- allDone() -
Method in class org.jboss.iiop.rmi.ir.AttributeDefImpl
-
- allDone() -
Method in class org.jboss.iiop.rmi.ir.ConstantDefImpl
-
- analyzeAttributes() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Analyse attributes.
- analyzeAttributes() -
Method in class org.jboss.iiop.rmi.ValueAnalysis
- Analyse attributes.
- analyzeConstants() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Analyse constants.
- analyzeFields() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Analyze the fields of the class.
- analyzeInterfaces() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Analyze the interfaces of the class.
- analyzeMethods() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Analyze the methods of the class.
- analyzeOperations() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Analyse operations.
- analyzeOperations() -
Method in class org.jboss.iiop.rmi.InterfaceAnalysis
- Analyse operations.
- attributeReadName(String) -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Convert an attribute read method name in Java format to
an attribute name in Java format.
- attributeWriteName(String) -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Convert an attribute write method name in Java format to
an attribute name in Java format.
- attributes -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Array of attributes.
B
- b -
Variable in class org.jboss.iiop.test.TestValue
-
- bind(String, Servant, Policy[]) -
Method in interface org.jboss.invocation.iiop.ServantRegistry
- Binds
name
to servant
, with the given
policies
.
- bind(String, Servant) -
Method in interface org.jboss.invocation.iiop.ServantRegistry
- Binds
name
to servant
.
- booleanAnalysis -
Static variable in class org.jboss.iiop.rmi.PrimitiveAnalysis
-
- byteAnalysis -
Static variable in class org.jboss.iiop.rmi.PrimitiveAnalysis
-
C
- CDRStream - class org.jboss.iiop.rmi.marshal.CDRStream.
- Utility class with static methods to:
get the
CDRStreamReader
for a given class
get the CDRStreamWriter
for a given class
The CDRStreamReader
s and CDRStreamWriter
s
returned by these methods are instances of static inner classes
defined by CDRStream
. - CDRStream() -
Constructor for class org.jboss.iiop.rmi.marshal.CDRStream
-
- CDRStreamReader - interface org.jboss.iiop.rmi.marshal.CDRStreamReader.
- Interface of an object that knows how to unmarshal a Java basic type or
object from a CDR input stream.
- CDRStreamWriter - interface org.jboss.iiop.rmi.marshal.CDRStreamWriter.
- Interface of an object that knows how to marshal a Java basic type or
object into a CDR input stream.
- ClassAnalysis - class org.jboss.iiop.rmi.ClassAnalysis.
- Analysis class for classes.
- ClassAnalysis(Class, String, String) -
Constructor for class org.jboss.iiop.rmi.ClassAnalysis
-
- ClassAnalysis(Class, String) -
Constructor for class org.jboss.iiop.rmi.ClassAnalysis
-
- ClassAnalysis(Class) -
Constructor for class org.jboss.iiop.rmi.ClassAnalysis
-
- CodebaseInterceptor - class org.jboss.iiop.codebase.CodebaseInterceptor.
- Implements an
org.omg.PortableInterceptor.IORInterceptor
that adds a Java codebase component to an IOR. - CodebaseInterceptor(Codec) -
Constructor for class org.jboss.iiop.codebase.CodebaseInterceptor
-
- CodebaseInterceptorInitializer - class org.jboss.iiop.codebase.CodebaseInterceptorInitializer.
- Implements an
org.omg.PortableInterceptor.ORBinitializer
that
installs a CodebaseInterceptor
and a
CodebasePolicyFactory
. - CodebaseInterceptorInitializer() -
Constructor for class org.jboss.iiop.codebase.CodebaseInterceptorInitializer
-
- CodebasePolicy - class org.jboss.iiop.codebase.CodebasePolicy.
- Implements
org.omg.CORBA.Policy
objects containing codebase
strings. - CodebasePolicy(String) -
Constructor for class org.jboss.iiop.codebase.CodebasePolicy
-
- ConstantAnalysis - class org.jboss.iiop.rmi.ConstantAnalysis.
- Constant analysis.
- ConstantDefImpl - class org.jboss.iiop.rmi.ir.ConstantDefImpl.
- Constant IR object.
- ContainerAnalysis - class org.jboss.iiop.rmi.ContainerAnalysis.
- Common base class of ValueAnalysis and InterfaceAnalysis.
- ContainerAnalysis(Class) -
Constructor for class org.jboss.iiop.rmi.ContainerAnalysis
-
- Conversion - class org.jboss.util.Conversion.
-
- Conversion() -
Constructor for class org.jboss.util.Conversion
-
- CorbaNamingService - class org.jboss.iiop.CorbaNamingService.
- This is a JMX service that provides the default CORBA naming service
for JBoss to use.
- CorbaNamingService() -
Constructor for class org.jboss.iiop.CorbaNamingService
-
- CorbaNamingServiceMBean - interface org.jboss.iiop.CorbaNamingServiceMBean.
- Mbean interface for the JBoss CORBA naming service.
- CorbaORB - class org.jboss.iiop.CorbaORB.
- Singleton class to ensure that all code running in the JBoss VM uses the
same ORB instance.
- CorbaORBService - class org.jboss.iiop.CorbaORBService.
- This is a JMX service that provides the default CORBA ORB
for JBoss to use.
- CorbaORBService() -
Constructor for class org.jboss.iiop.CorbaORBService
-
- CorbaORBServiceMBean - interface org.jboss.iiop.CorbaORBServiceMBean.
- Mbean interface for the JBoss CORBA ORB service.
- CustomObjectInputStreamWithClassloader - class org.jboss.util.stream.CustomObjectInputStreamWithClassloader.
- Customized object input stream that
redefines
readClassDescriptor()
in order to read a short
class descriptor (just the class name) when deserializing an
object
takes a class loader in its constructor and uses it to retrieve
the class definitions.
- CustomObjectInputStreamWithClassloader(InputStream, ClassLoader) -
Constructor for class org.jboss.util.stream.CustomObjectInputStreamWithClassloader
- Constructs a new instance with the given classloader and input stream.
- CustomObjectOutputStream - class org.jboss.util.stream.CustomObjectOutputStream.
- Customized object output stream that redefines
writeClassDescriptor()
in order to write a short class
descriptor (just the class name) when serializing an object. - CustomObjectOutputStream(OutputStream) -
Constructor for class org.jboss.util.stream.CustomObjectOutputStream
- Constructs a new instance with the given output stream.
- calculateAllTypeIds() -
Method in class org.jboss.iiop.rmi.InterfaceAnalysis
- Calculate the array containing all type ids of this interface,
in the format that org.omg.CORBA.portable.Servant._all_interfaces()
is expected to return.
- calculateClassHashCode() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return the class hash code, as specified in "The Common Object
Request Broker: Architecture and Specification" (01-02-33),
section 10.6.2.
- calculateOperationAnalysisMap() -
Method in class org.jboss.iiop.rmi.InterfaceAnalysis
- Calculate the map that maps IDL operation names to operation analyses.
- calculateRepositoryId() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return the IR global ID of the given class or interface.
- charAnalysis -
Static variable in class org.jboss.iiop.rmi.PrimitiveAnalysis
-
- checkNoTxPropagation(Invocation) -
Method in class org.jboss.proxy.ejb.NoTxPropagationInterceptor
-
- classHashCode -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- The class hash code, as specified in "The Common Object Request
Broker: Architecture and Specification" (01-02-33), section 10.6.2.
- cls -
Variable in class org.jboss.iiop.rmi.ClassAnalysis
- My java class.
- commit() -
Method in class org.jboss.proxy.ejb.ForeignTransaction
-
- compile(Class, String) -
Static method in class org.jboss.proxy.compiler.IIOPStubCompiler
- Generates the bytecodes of a stub class for a given interface.
- configure(Configuration) -
Method in class org.jboss.iiop.jacorb.SSLServerSocketFactory
-
- configure(Configuration) -
Method in class org.jboss.iiop.jacorb.SSLSocketFactory
-
- configure(Configuration) -
Method in class org.jboss.util.Log4jLoggerFactory
-
- const1 -
Static variable in interface org.jboss.iiop.test.TestBase
-
- const2 -
Static variable in interface org.jboss.iiop.test.Test
-
- constStr -
Static variable in class org.jboss.iiop.test.TestValue
-
- constants -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Array of Constants.
- convertLocalRetval(Object) -
Method in class org.jboss.iiop.rmi.marshal.strategy.StubStrategy
- Converts the return value of a local invocation into the expected type.
- copy() -
Method in class org.jboss.iiop.codebase.CodebasePolicy
- Returns a copy of the Policy object.
- create(Object, Object) -
Static method in class org.jboss.invocation.iiop.ReferenceData
-
- create(Object) -
Static method in class org.jboss.invocation.iiop.ReferenceData
-
- create() -
Method in class org.jboss.proxy.ejb.IORFactory
-
- createReference(String) -
Method in interface org.jboss.invocation.iiop.ReferenceFactory
- Creates a reference with a null id in its "reference data" and
with object type information given by the
interfId
parameter.
- createReferenceWithId(Object, String) -
Method in interface org.jboss.invocation.iiop.ReferenceFactory
- Creates a reference with the specified
id
in its
"reference data" and with object type information given by the
interfId
parameter.
- createServerSocket(int) -
Method in class org.jboss.iiop.jacorb.SSLServerSocketFactory
-
- createServerSocket(int, int) -
Method in class org.jboss.iiop.jacorb.SSLServerSocketFactory
-
- createServerSocket(int, int, InetAddress) -
Method in class org.jboss.iiop.jacorb.SSLServerSocketFactory
-
- createService() -
Method in class org.jboss.invocation.iiop.IIOPInvoker
-
- createSocket(String, int) -
Method in class org.jboss.iiop.jacorb.SSLSocketFactory
-
D
- DynamicIIOPStub - class org.jboss.proxy.ejb.DynamicIIOPStub.
- Dynamically generated IIOP stub classes extend this abstract superclass,
which extends
javax.rmi.CORBA.Stub
. - DynamicIIOPStub() -
Constructor for class org.jboss.proxy.ejb.DynamicIIOPStub
- Constructs a
DynamicIIOPStub
.
- delistResource(XAResource, int) -
Method in class org.jboss.proxy.ejb.ForeignTransaction
-
- describe() -
Method in class org.jboss.iiop.rmi.ir.AttributeDefImpl
-
- describe() -
Method in class org.jboss.iiop.rmi.ir.ConstantDefImpl
-
- destroy() -
Method in class org.jboss.iiop.codebase.CodebaseInterceptor
-
- destroy() -
Method in class org.jboss.iiop.codebase.CodebasePolicy
- Destroys the Policy object.
- destroy() -
Method in class org.jboss.proxy.ejb.IORFactory
-
- doAnalyze() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
-
- doAnalyze() -
Method in class org.jboss.iiop.rmi.ExceptionAnalysis
-
- doAnalyze() -
Method in class org.jboss.iiop.rmi.InterfaceAnalysis
-
- doAnalyze() -
Method in class org.jboss.iiop.rmi.ValueAnalysis
-
- doubleAnalysis -
Static variable in class org.jboss.iiop.rmi.PrimitiveAnalysis
-
E
- EJBMetaDataImplIIOP - class org.jboss.proxy.ejb.EJBMetaDataImplIIOP.
- An implementation of the EJBMetaData interface which allows a
client to obtain the enterprise Bean's meta-data information.
- EJBMetaDataImplIIOP(Class, Class, Class, boolean, boolean, EJBHome) -
Constructor for class org.jboss.proxy.ejb.EJBMetaDataImplIIOP
- Constructs an
EJBMetaDataImplIIOP
.
- EjbHomeCorbaServant - class org.jboss.proxy.ejb.EjbHomeCorbaServant.
- CORBA servant class for an
EJBHome
. - EjbHomeCorbaServant(ObjectName, ClassLoader, Map, String[], InterfaceDef, Logger) -
Constructor for class org.jboss.proxy.ejb.EjbHomeCorbaServant
- Constructs an
EjbHomeCorbaServant>
.
- EjbObjectCorbaServant - class org.jboss.proxy.ejb.EjbObjectCorbaServant.
- CORBA servant class for the
EJBObject
s of a given bean. - EjbObjectCorbaServant(ObjectName, ClassLoader, Current, Map, String[], InterfaceDef, Logger) -
Constructor for class org.jboss.proxy.ejb.EjbObjectCorbaServant
- Constructs an
EjbObjectCorbaServant>
.
- ExceptionAnalysis - class org.jboss.iiop.rmi.ExceptionAnalysis.
- Exception analysis.
- ExceptionAnalysis(Class) -
Constructor for class org.jboss.iiop.rmi.ExceptionAnalysis
-
- enlistResource(XAResource) -
Method in class org.jboss.proxy.ejb.ForeignTransaction
-
- escapeIRName(String) -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Escape non-ISO characters for an IR name.
- establish_components(IORInfo) -
Method in class org.jboss.iiop.codebase.CodebaseInterceptor
-
- extractObjectId(byte[], ClassLoader) -
Static method in class org.jboss.invocation.iiop.ReferenceData
-
- extractObjectId(byte[]) -
Static method in class org.jboss.invocation.iiop.ReferenceData
-
- extractServantId(byte[], ClassLoader) -
Static method in class org.jboss.invocation.iiop.ReferenceData
-
- extractServantId(byte[]) -
Static method in class org.jboss.invocation.iiop.ReferenceData
-
F
- F_CONSTANT -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Flags a field as being a constant (public final static).
- F_SPFFIELD -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Flags a field as being the special
public final static
java.io.ObjectStreamField[] serialPersistentFields
field.
- ForeignTransaction - class org.jboss.proxy.ejb.ForeignTransaction.
- A ForeignTransaction, a marker for when we would have to import a
transaction from another vendor.
- f_flags -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Array with flags for all java fields.
- fields -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Array of all java fields.
- findClass(String) -
Method in class org.jboss.iiop.StubClassLoader
-
- findClass(String) -
Method in class org.jboss.iiop.WebCL
-
- finishBuild() -
Method in class org.jboss.iiop.rmi.ir.InterfaceRepository
- Finish the build.
- fixupCaseNames() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Fixup names differing only in case.
- fixupOverloadedOperationNames() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Fixup overloaded operation names.
- floatAnalysis -
Static variable in class org.jboss.iiop.rmi.PrimitiveAnalysis
-
- forMethod(String[], String[], String[], String, ClassLoader) -
Static method in class org.jboss.iiop.rmi.marshal.strategy.StubStrategy
- Returns an
StubStrategy
for a method, given descriptions
of the method parameters, exceptions, and return value.
G
- getAbstractBaseValuetypes() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return the abstract base valuetypes.
- getAccessor() -
Method in class org.jboss.iiop.rmi.AttributeAnalysis
- Return my accessor method
- getAccessorAnalysis() -
Method in class org.jboss.iiop.rmi.AttributeAnalysis
- Return my accessor operation analysis
- getAllTypeIds() -
Method in class org.jboss.iiop.rmi.InterfaceAnalysis
-
- getAttributes() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return the attributes.
- getBytes(Class) -
Method in class org.jboss.iiop.WebCL
- Gets the bytecodes for a given stub class.
- getCls() -
Method in class org.jboss.iiop.rmi.AttributeAnalysis
- Return my Java type.
- getCls() -
Method in class org.jboss.iiop.rmi.ClassAnalysis
- Return my java class.
- getCls() -
Method in class org.jboss.iiop.rmi.ParameterAnalysis
- Return my Java type.
- getCls() -
Method in class org.jboss.iiop.rmi.ValueMemberAnalysis
- Return my Java type.
- getCodebase() -
Method in class org.jboss.iiop.codebase.CodebasePolicy
- Returns the codebase string contained in this Policy.
- getConstants() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return the constants.
- getContainedEntries() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return a list of all the entries contained here.
- getContainedEntries() -
Method in class org.jboss.iiop.rmi.InterfaceAnalysis
- Return a list of all the entries contained here.
- getContainedEntries() -
Method in class org.jboss.iiop.rmi.ValueAnalysis
- Return a list of all the entries contained here.
- getDelegate() -
Static method in class org.jboss.proxy.ejb.handle.HandleDelegateImpl
-
- getEJBHome() -
Method in class org.jboss.proxy.ejb.EJBMetaDataImplIIOP
- Obtains the home interface of the enterprise Bean.
- getEJBHome() -
Method in class org.jboss.proxy.ejb.HomeHandleImplIIOP
- Obtains the
EJBHome
represented by this home handle.
- getEJBHome() -
Method in class org.jboss.proxy.ejb.IORFactory
-
- getEJBMetaData() -
Method in class org.jboss.proxy.ejb.IORFactory
-
- getEJBObject() -
Method in class org.jboss.proxy.ejb.HandleImplIIOP
- Obtains the
EJBObject
represented by this handle.
- getEntityCollection(Collection) -
Method in class org.jboss.proxy.ejb.IORFactory
-
- getEntityEJBObject(Object) -
Method in class org.jboss.proxy.ejb.IORFactory
-
- getExceptionAnalysis(Class) -
Static method in class org.jboss.iiop.rmi.ExceptionAnalysis
-
- getExceptionRepositoryId() -
Method in class org.jboss.iiop.rmi.ExceptionAnalysis
- Return the repository ID for the mapping of this analysis
to an exception.
- getHomeInterfaceClass() -
Method in class org.jboss.proxy.ejb.EJBMetaDataImplIIOP
- Obtains the
Class
object for the enterprise Bean's home
interface.
- getIDLModuleName() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return the fully qualified IDL module name that this
analysis should be placed in.
- getIDLModuleName() -
Method in class org.jboss.iiop.rmi.ValueAnalysis
-
- getIRIdentifierOfClass(Class) -
Static method in class org.jboss.iiop.rmi.Util
- Return the IR global ID of the given class or interface.
- getInitialContext(Hashtable) -
Method in class org.jboss.iiop.naming.ORBInitialContextFactory
-
- getInstance() -
Static method in class org.jboss.iiop.CorbaORB
- This method is called by classes that are used both at the server and at
the client side: the handle impl (org.jboss.proxy.ejb.HandleImplIIOP),
the home handle impl (org.jboss.proxy.ejb.HomeHandleImplIIOP),
and the home factory (org.jboss.proxy.ejb.IIOPHomeFactory).
- getInterfaceAnalysis(Class) -
Static method in class org.jboss.iiop.rmi.InterfaceAnalysis
-
- getInterfaces() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return the interfaces.
- getKey() -
Method in class org.jboss.iiop.WebCL
- Gets a string key used as the key into the WebServer's loaderMap.
- getLoggingBackendName() -
Method in class org.jboss.util.Log4jLoggerFactory
- Gets the name of the logging back-end mechanism.
- getMappedExceptions() -
Method in class org.jboss.iiop.rmi.OperationAnalysis
- Return my mapped exceptions.
- getMemberRepositoryId(String) -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return a repository ID for a member.
- getMembers() -
Method in class org.jboss.iiop.rmi.ValueAnalysis
- Return the value members of this value class.
- getMethod() -
Method in class org.jboss.iiop.rmi.OperationAnalysis
- Return my mapped Method.
- getMethod() -
Method in class org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy
- Returns this
SkeletonStrategy
's method.
- getMode() -
Method in class org.jboss.iiop.rmi.AttributeAnalysis
- Return my attribute mode.
- getMode() -
Method in class org.jboss.iiop.rmi.ParameterAnalysis
- Return my attribute mode.
- getMutator() -
Method in class org.jboss.iiop.rmi.AttributeAnalysis
- Return my mutator method
- getMutatorAnalysis() -
Method in class org.jboss.iiop.rmi.AttributeAnalysis
- Return my mutator operation analysis
- getNamedLogger(String) -
Method in class org.jboss.util.Log4jLoggerFactory
- Gets an Avalon logger by name.
- getNamedLogger(String, String, long) -
Method in class org.jboss.util.Log4jLoggerFactory
- Creates a named Avalon logger with given
logFileName
and maxLogSize
parameters.
- getNamedRootLogger(String) -
Method in class org.jboss.util.Log4jLoggerFactory
- Gets an Avalon root logger by name.
- getORB() -
Static method in class org.jboss.corba.ORBFactory
-
- getORB() -
Method in class org.jboss.iiop.CorbaORBService
-
- getORB() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getORBClass() -
Method in class org.jboss.iiop.CorbaORBService
-
- getORBClass() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getORBPropertiesFileName() -
Method in class org.jboss.iiop.CorbaORBService
-
- getORBPropertiesFileName() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getORBSingletonClass() -
Method in class org.jboss.iiop.CorbaORBService
-
- getORBSingletonClass() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getORBSingletonDelegate() -
Method in class org.jboss.iiop.CorbaORBService
-
- getORBSingletonDelegate() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getObjectInstance(Object, Name, Context, Hashtable) -
Method in class org.jboss.iiop.CorbaNamingService
-
- getObjectInstance(Object, Name, Context, Hashtable) -
Method in class org.jboss.iiop.CorbaORBService
-
- getObjectInstance(Object, Name, Context, Hashtable) -
Method in class org.jboss.iiop.naming.ORBInitialContextFactory
-
- getObjectInstance(Object, Name, Context, Hashtable) -
Method in class org.jboss.invocation.iiop.IIOPInvoker
-
- getObjectInstance(Object, Name, Context, Hashtable) -
Method in class org.jboss.proxy.ejb.IIOPHomeFactory
- Lookup the IOR from the Reference and convert into the CORBA
object value using the ORB.string_to_object method.
- getObjectValue() -
Method in interface org.jboss.iiop.test.TestBase
- Accessor of type Object
- getObjectValue() -
Method in class org.jboss.iiop.test.TestImpl
- Accessor of type Object
- getOperations() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return the operations.
- getPOA() -
Method in interface org.jboss.invocation.iiop.ReferenceFactory
- Returns a reference to the POA encapsulated by this
ReferenceFactory
.
- getParameters() -
Method in class org.jboss.iiop.rmi.OperationAnalysis
- Return my parameters.
- getPort() -
Method in class org.jboss.iiop.CorbaORBService
-
- getPort() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getPortableInterceptorInitializers() -
Method in class org.jboss.iiop.CorbaORBService
-
- getPortableInterceptorInitializers() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getPrimaryKeyClass() -
Method in class org.jboss.proxy.ejb.EJBMetaDataImplIIOP
- Obtains the
Class
object for the enterprise Bean's primary
key class.
- getPrimitiveAnalysis(Class) -
Static method in class org.jboss.iiop.rmi.PrimitiveAnalysis
- Get a singleton instance representing one of the peimitive types.
- getReference() -
Method in class org.jboss.iiop.rmi.ir.AttributeDefImpl
-
- getReference() -
Method in class org.jboss.iiop.rmi.ir.ConstantDefImpl
-
- getReference() -
Method in class org.jboss.iiop.rmi.ir.InterfaceRepository
- Return a CORBA reference to this IR.
- getRemoteInterfaceClass() -
Method in class org.jboss.proxy.ejb.EJBMetaDataImplIIOP
- Obtains the
Class
object for the enterprise Bean's remote
interface.
- getRepositoryId() -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Return the repository ID.
- getReturnType() -
Method in class org.jboss.iiop.rmi.OperationAnalysis
- Return my Java return type.
- getSSLPort() -
Method in class org.jboss.iiop.CorbaORBService
-
- getSSLPort() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getSection() -
Method in class org.jboss.iiop.rmi.RMIIIOPViolationException
- Return the section violated.
- getSecurityDomain() -
Method in class org.jboss.iiop.CorbaORBService
-
- getSecurityDomain() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getServantRegistry(ServantRegistryKind) -
Method in class org.jboss.invocation.iiop.IIOPInvoker
-
- getServantRegistry(ServantRegistryKind) -
Method in interface org.jboss.invocation.iiop.ServantRegistries
- Returns a
ServantRegistry
of the given kind
.
- getSomethingRemote() -
Method in interface org.jboss.iiop.test.AbstractTestBase
- Accessor of type java.rmi.Remote
- getStatefulSessionEJBObject(Object) -
Method in class org.jboss.proxy.ejb.IORFactory
-
- getStatelessSessionEJBObject() -
Method in class org.jboss.proxy.ejb.IORFactory
-
- getStatus() -
Method in class org.jboss.proxy.ejb.ForeignTransaction
-
- getSunJDK14IsLocalBugFix() -
Method in class org.jboss.iiop.CorbaORBService
-
- getSunJDK14IsLocalBugFix() -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- getSuperAnalysis() -
Method in class org.jboss.iiop.rmi.ValueAnalysis
- Returns the superclass analysis, or null if this inherits from
java.lang.Object.
- getType() -
Method in class org.jboss.iiop.rmi.ConstantAnalysis
- Return my Java type.
- getTypeIDLName() -
Method in class org.jboss.iiop.rmi.ParameterAnalysis
- Return the IDL type name of my parameter type.
- getTypeIDLName(Class) -
Static method in class org.jboss.iiop.rmi.Util
- Return the IDL type name for the given class.
- getValue() -
Method in class org.jboss.iiop.rmi.ConstantAnalysis
- Return my value.
- getValue() -
Method in interface org.jboss.iiop.test.Test
- Gets the current value of the autonumber.
- getValue() -
Method in class org.jboss.iiop.test.TestImpl
- Gets the current value of the autonumber.
- getValueAnalysis(Class) -
Static method in class org.jboss.iiop.rmi.ValueAnalysis
-
H
- HandleDelegateImpl - class org.jboss.proxy.ejb.handle.HandleDelegateImpl.
- Implementation of the javax.ejb.spi.HandleDelegate interface
- HandleDelegateImpl() -
Constructor for class org.jboss.proxy.ejb.handle.HandleDelegateImpl
-
- HandleImplIIOP - class org.jboss.proxy.ejb.HandleImplIIOP.
- A CORBA-based EJBObject handle implementation.
- HandleImplIIOP(String) -
Constructor for class org.jboss.proxy.ejb.HandleImplIIOP
- Constructs an
HandleImplIIOP
.
- HandleImplIIOP(EJBObject) -
Constructor for class org.jboss.proxy.ejb.HandleImplIIOP
- Constructs an HandleImplIIOP.
- HandleImplIIOP(Object) -
Constructor for class org.jboss.proxy.ejb.HandleImplIIOP
- Constructs an HandleImplIIOP.
- HomeHandleImplIIOP - class org.jboss.proxy.ejb.HomeHandleImplIIOP.
- A CORBA-based EJB home handle implementation.
- HomeHandleImplIIOP(String) -
Constructor for class org.jboss.proxy.ejb.HomeHandleImplIIOP
- Constructs a
HomeHandleImplIIOP
.
- HomeHandleImplIIOP(EJBHome) -
Constructor for class org.jboss.proxy.ejb.HomeHandleImplIIOP
- Constructs a HomeHandleImplIIOP.
- HomeHandleImplIIOP(Object) -
Constructor for class org.jboss.proxy.ejb.HomeHandleImplIIOP
- Constructs a HomeHandleImplIIOP.
- hasLegalRMIIIOPArguments(Method) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- hasLegalRMIIIOPExceptionTypes(Method) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- hasLegalRMIIIOPReturnType(Method) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- hasNonAppExceptions(Method) -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Check if a method throws anything checked other than
java.rmi.RemoteException and its subclasses.
I
- IIOPHomeFactory - class org.jboss.proxy.ejb.IIOPHomeFactory.
- An
ObjectFactory
implementation that translates
Reference
s to EJBHome
s back into CORBA
object references. - IIOPHomeFactory() -
Constructor for class org.jboss.proxy.ejb.IIOPHomeFactory
-
- IIOPInvoker - class org.jboss.invocation.iiop.IIOPInvoker.
- IIOP invoker that routs IIOP requests to CORBA servants.
- IIOPInvoker() -
Constructor for class org.jboss.invocation.iiop.IIOPInvoker
-
- IIOPInvokerMBean - interface org.jboss.invocation.iiop.IIOPInvokerMBean.
- Mbean interface for the IIOP invoker.
- IIOPStubCompiler - class org.jboss.proxy.compiler.IIOPStubCompiler.
- Utility class responsible for the dynamic generation of bytecodes of
IIOP stub classes.
- IIOPStubCompiler() -
Constructor for class org.jboss.proxy.compiler.IIOPStubCompiler
-
- IORFactory - class org.jboss.proxy.ejb.IORFactory.
- This is an IIOP "proxy factory" for
EJBHome
s and
EJBObject
s. - IORFactory() -
Constructor for class org.jboss.proxy.ejb.IORFactory
-
- IR_POA_NAME -
Static variable in class org.jboss.iiop.CorbaORBService
-
- InterfaceAnalysis - class org.jboss.iiop.rmi.InterfaceAnalysis.
- Interface analysis.
- InterfaceAnalysis(Class) -
Constructor for class org.jboss.iiop.rmi.InterfaceAnalysis
-
- InterfaceRepository - class org.jboss.iiop.rmi.ir.InterfaceRepository.
- An Interface Repository.
- InterfaceRepository(ORB, POA, String) -
Constructor for class org.jboss.iiop.rmi.ir.InterfaceRepository
-
- insertAnyPrimitive(Any, Object) -
Static method in class org.jboss.iiop.rmi.Util
- Insert a java primitive into an Any.
- insertORB(Hashtable) -
Method in class org.jboss.iiop.naming.ORBInitialContextFactory
-
- insertValue(Any) -
Method in class org.jboss.iiop.rmi.ConstantAnalysis
- Insert the constant value into the argument Any.
- instance -
Static variable in class org.jboss.proxy.ejb.ForeignTransaction
-
- intAnalysis -
Static variable in class org.jboss.iiop.rmi.PrimitiveAnalysis
-
- interfaces -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Array of analysis of the interfaces implemented/extended here.
- invoke(String, StubStrategy, Object[]) -
Method in class org.jboss.proxy.ejb.DynamicIIOPStub
- Sends a request message to the server, receives the reply from the
server, and returns an
Object
result to the caller.
- invoke(String, Object[], Transaction, Principal, Object) -
Method in class org.jboss.proxy.ejb.EjbHomeCorbaServant
- Receives intra-VM requests to an
EJBHome
and forwards them
to its container (through the JBoss MBean
server).
- invoke(String, Object[], Transaction, Principal, Object) -
Method in class org.jboss.proxy.ejb.EjbObjectCorbaServant
- Receives intra-VM invocations on this servant's
EJBObject
s
and forwards them to the bean container, through the JBoss
MBean
server.
- invoke(String, Object[], Transaction, Principal, Object) -
Method in interface org.jboss.proxy.ejb.LocalIIOPInvoker
-
- invoke(Invocation) -
Method in class org.jboss.proxy.ejb.NoTxPropagationInterceptor
-
- invokeBoolean(String, StubStrategy, Object[]) -
Method in class org.jboss.proxy.ejb.DynamicIIOPStub
- Sends a request message to the server, receives the reply from the
server, and returns a
boolean
result to the caller.
- invokeByte(String, StubStrategy, Object[]) -
Method in class org.jboss.proxy.ejb.DynamicIIOPStub
- Sends a request message to the server, receives the reply from the
server, and returns a
byte
result to the caller.
- invokeChar(String, StubStrategy, Object[]) -
Method in class org.jboss.proxy.ejb.DynamicIIOPStub
- Sends a request message to the server, receives the reply from the
server, and returns a
char
result to the caller.
- invokeDouble(String, StubStrategy, Object[]) -
Method in class org.jboss.proxy.ejb.DynamicIIOPStub
- Sends a request message to the server, receives the reply from the
server, and returns a
double
result to the caller.
- invokeFloat(String, StubStrategy, Object[]) -
Method in class org.jboss.proxy.ejb.DynamicIIOPStub
- Sends a request message to the server, receives the reply from the
server, and returns a
float
result to the caller.
- invokeHome(Invocation) -
Method in class org.jboss.proxy.ejb.NoTxPropagationInterceptor
-
- invokeInt(String, StubStrategy, Object[]) -
Method in class org.jboss.proxy.ejb.DynamicIIOPStub
- Sends a request message to the server, receives the reply from the
server, and returns an
int
result to the caller.
- invokeLong(String, StubStrategy, Object[]) -
Method in class org.jboss.proxy.ejb.DynamicIIOPStub
- Sends a request message to the server, receives the reply from the
server, and returns a
long
result to the caller.
- invokeShort(String, StubStrategy, Object[]) -
Method in class org.jboss.proxy.ejb.DynamicIIOPStub
- Sends a request message to the server, receives the reply from the
server, and returns a
short
result to the caller.
- isAbstract(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isAbstractInterface() -
Method in class org.jboss.iiop.rmi.InterfaceAnalysis
-
- isAbstractInterface(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isAbstractValue() -
Method in class org.jboss.iiop.rmi.ValueAnalysis
- Returns true if this value is abstract.
- isAbstractValueType(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isAccessor(Method) -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Check if a method is an accessor.
- isAllFieldsPublic(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
- Checks whether all the fields in the class are declared as public.
- isCustom() -
Method in class org.jboss.iiop.rmi.ValueAnalysis
- Returns true if this value is custom.
- isDeclaredException(Throwable) -
Method in class org.jboss.iiop.rmi.marshal.strategy.StubStrategy
- Checks if a given
Throwable
instance corresponds to an
exception declared by this StubStrategy
's method.
- isExternalizable() -
Method in class org.jboss.iiop.rmi.ValueAnalysis
- Returns true if this value implements java.io.Externalizable.
- isFinal(Member) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isFinal(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isIdentical(Container, Invocation) -
Method in class org.jboss.proxy.ejb.IORFactory
-
- isLocal(Stub) -
Method in class org.jboss.iiop.SunJDK14IsLocalBugFix
-
- isMutator(Method) -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Check if a method is a mutator.
- isNonVoid() -
Method in class org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy
- Returns true if this
SkeletonStrategy
's method
is non void.
- isNonVoid() -
Method in class org.jboss.iiop.rmi.marshal.strategy.StubStrategy
- Returns true if this
StubStrategy
's method is non void.
- isPublic(Member) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isPublic(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isPublic() -
Method in class org.jboss.iiop.rmi.ValueMemberAnalysis
- Returns true iff this member has private visibility.
- isRMIIDLExceptionType(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isRMIIDLRemoteInterface(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isRMIIDLValueType(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isRMIIIOPType(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isRmiIdlRemoteInterface() -
Method in class org.jboss.iiop.rmi.InterfaceAnalysis
-
- isSSL(ServerSocket) -
Method in class org.jboss.iiop.jacorb.SSLServerSocketFactory
-
- isSSL(Socket) -
Method in class org.jboss.iiop.jacorb.SSLSocketFactory
-
- isSession() -
Method in class org.jboss.proxy.ejb.EJBMetaDataImplIIOP
- Tests if the enterprise Bean's type is "session".
- isStatelessSession() -
Method in class org.jboss.proxy.ejb.EJBMetaDataImplIIOP
- Tests if the enterprise Bean's type is "stateless session".
- isStatic(Member) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isStatic(Class) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- isValidRMIIIOP(Class) -
Static method in class org.jboss.iiop.rmi.Util
- Check if this class is valid for RMI/IIOP mapping.
J
- Jack(String) -
Method in interface org.jboss.iiop.test.Test
-
- Jack(String) -
Method in class org.jboss.iiop.test.TestImpl
-
- jAcK(String) -
Method in interface org.jboss.iiop.test.Test
-
- jAcK(String) -
Method in class org.jboss.iiop.test.TestImpl
-
- jack(String) -
Method in interface org.jboss.iiop.test.Test
-
- jack(String) -
Method in class org.jboss.iiop.test.TestImpl
-
- javaToIDLName(String) -
Static method in class org.jboss.iiop.rmi.Util
- Map Java name to IDL name, as per sections 1.3.2.3, 1.3.2.4 and
1.3.2.2.
L
- LocalIIOPInvoker - interface org.jboss.proxy.ejb.LocalIIOPInvoker.
- Interface used by local IIOP invocations.
- Log4jLoggerFactory - class org.jboss.util.Log4jLoggerFactory.
- JacORB logger factory that creates named Avalon loggers with log4j
as the underlying log mechanism.
- Log4jLoggerFactory() -
Constructor for class org.jboss.util.Log4jLoggerFactory
-
- list() -
Method in class org.jboss.iiop.CorbaNamingService
- List the CORBA naming service contents.
- list() -
Method in interface org.jboss.iiop.CorbaNamingServiceMBean
-
- longAnalysis -
Static variable in class org.jboss.iiop.rmi.PrimitiveAnalysis
-
M
- M_INHERITED -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Flags a method as being inherited.
- M_OVERLOADED -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Flags a method as overloaded.
- M_READ -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Flags a method as the accessor of a read-write property.
- M_READONLY -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Flags a method as the accessor of a read-only property.
- M_WRITE -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Flags a method as the mutator of a read-write property.
- M_WRITEOBJECT -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Flags a method as being the writeObject() method
used for serialization.
- m_flags -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Array with flags for all java methods.
- mapClass(Class) -
Method in class org.jboss.iiop.rmi.ir.InterfaceRepository
- Add mapping for a class.
- memberPostfix -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- The prefix and postfix of members repository ID.
- memberPrefix -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- The prefix and postfix of members repository ID.
- methods -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Array of all java methods.
- mode() -
Method in class org.jboss.iiop.rmi.ir.AttributeDefImpl
-
- mode(AttributeMode) -
Method in class org.jboss.iiop.rmi.ir.AttributeDefImpl
-
- mutators -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Index of the mutator for read-write attributes.
N
- NAMING_NAME -
Static variable in class org.jboss.iiop.CorbaNamingService
-
- NOARGS -
Static variable in class org.jboss.proxy.compiler.Util
-
- NULLCL -
Static variable in class org.jboss.proxy.compiler.Util
-
- NoTxPropagationInterceptor - class org.jboss.proxy.ejb.NoTxPropagationInterceptor.
- A NoTxPropagationInterceptor for throwing remote exceptions
according to the spec.
- NoTxPropagationInterceptor() -
Constructor for class org.jboss.proxy.ejb.NoTxPropagationInterceptor
-
- name() -
Method in class org.jboss.iiop.codebase.CodebaseInterceptor
-
O
- ORBFactory - class org.jboss.corba.ORBFactory.
- An object factory that creates an ORB on the client
- ORBFactory() -
Constructor for class org.jboss.corba.ORBFactory
-
- ORBInitialContextFactory - class org.jboss.iiop.naming.ORBInitialContextFactory.
- An ORBInitialContextFactory, that includes the orb
in the environment.
- ORBInitialContextFactory() -
Constructor for class org.jboss.iiop.naming.ORBInitialContextFactory
-
- ORB_INSTANCE -
Static variable in class org.jboss.iiop.naming.ORBInitialContextFactory
-
- ORB_NAME -
Static variable in class org.jboss.iiop.CorbaORBService
-
- OperationAnalysis - class org.jboss.iiop.rmi.OperationAnalysis.
- Operation analysis.
- operations -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- Array of operations.
- org.jboss.corba - package org.jboss.corba
-
- org.jboss.iiop - package org.jboss.iiop
-
- org.jboss.iiop.codebase - package org.jboss.iiop.codebase
-
- org.jboss.iiop.jacorb - package org.jboss.iiop.jacorb
-
- org.jboss.iiop.naming - package org.jboss.iiop.naming
-
- org.jboss.iiop.rmi - package org.jboss.iiop.rmi
-
- org.jboss.iiop.rmi.ir - package org.jboss.iiop.rmi.ir
-
- org.jboss.iiop.rmi.marshal - package org.jboss.iiop.rmi.marshal
-
- org.jboss.iiop.rmi.marshal.strategy - package org.jboss.iiop.rmi.marshal.strategy
-
- org.jboss.iiop.test - package org.jboss.iiop.test
-
- org.jboss.invocation.iiop - package org.jboss.invocation.iiop
-
- org.jboss.proxy.compiler - package org.jboss.proxy.compiler
-
- org.jboss.proxy.ejb - package org.jboss.proxy.ejb
-
- org.jboss.proxy.ejb.handle - package org.jboss.proxy.ejb.handle
-
- org.jboss.util - package org.jboss.util
-
- org.jboss.util.stream - package org.jboss.util.stream
-
P
- PERSISTENT_POA_PER_SERVANT -
Static variable in class org.jboss.invocation.iiop.ServantRegistryKind
-
- POA_NAME -
Static variable in class org.jboss.iiop.CorbaORBService
-
- ParameterAnalysis - class org.jboss.iiop.rmi.ParameterAnalysis.
- Parameter analysis.
- PrimitiveAnalysis - class org.jboss.iiop.rmi.PrimitiveAnalysis.
- Analysis class for primitive types.
- policy_type() -
Method in class org.jboss.iiop.codebase.CodebasePolicy
- Returns the constant value that corresponds to the type of the policy
object.
- post_init(ORBInitInfo) -
Method in class org.jboss.iiop.codebase.CodebaseInterceptorInitializer
-
- pre_init(ORBInitInfo) -
Method in class org.jboss.iiop.codebase.CodebaseInterceptorInitializer
-
R
- RMIIIOPNotImplementedException - exception org.jboss.iiop.rmi.RMIIIOPNotImplementedException.
- Exception denoting a part of RMI/IIOP not yet implemented here.
- RMIIIOPNotImplementedException(String) -
Constructor for class org.jboss.iiop.rmi.RMIIIOPNotImplementedException
-
- RMIIIOPValueNotSerializableException - exception org.jboss.iiop.rmi.RMIIIOPValueNotSerializableException.
- Exception denoting an RMI/IIOP subset violation.
- RMIIIOPValueNotSerializableException(String) -
Constructor for class org.jboss.iiop.rmi.RMIIIOPValueNotSerializableException
-
- RMIIIOPValueNotSerializableException(String, String) -
Constructor for class org.jboss.iiop.rmi.RMIIIOPValueNotSerializableException
-
- RMIIIOPViolationException - exception org.jboss.iiop.rmi.RMIIIOPViolationException.
- Exception denoting an RMI/IIOP subset violation.
- RMIIIOPViolationException(String) -
Constructor for class org.jboss.iiop.rmi.RMIIIOPViolationException
-
- RMIIIOPViolationException(String, String) -
Constructor for class org.jboss.iiop.rmi.RMIIIOPViolationException
-
- ReferenceData - class org.jboss.invocation.iiop.ReferenceData.
- Helper class used to create a byte array ("reference data") to be embedded
into a CORBA reference and to extract object/servant identification info
from this byte array.
- ReferenceFactory - interface org.jboss.invocation.iiop.ReferenceFactory.
- Interface of a CORBA reference factory.
- RmiIdlUtil - class org.jboss.iiop.rmi.RmiIdlUtil.
- This class contains a bunch of methods taken from
org.jboss.verifier.strategy.AbstractVerifier.
- RmiIdlUtil() -
Constructor for class org.jboss.iiop.rmi.RmiIdlUtil
-
- read(InputStream) -
Method in interface org.jboss.iiop.rmi.marshal.CDRStreamReader
- Unmarshals a Java basic data type or object from a CDR input stream.
- readClassDescriptor() -
Method in class org.jboss.util.stream.CustomObjectInputStreamWithClassloader
- Reads just the class name from this input stream.
- readEJBHome(ObjectInputStream) -
Method in class org.jboss.proxy.ejb.handle.HandleDelegateImpl
-
- readEJBObject(ObjectInputStream) -
Method in class org.jboss.proxy.ejb.handle.HandleDelegateImpl
-
- readException(String, InputStream) -
Method in class org.jboss.iiop.rmi.marshal.strategy.StubStrategy
- Unmarshals from an input stream an exception thrown by the method.
- readObject(ObjectInputStream) -
Method in class org.jboss.proxy.ejb.HandleImplIIOP
-
- readObject(ObjectInputStream) -
Method in class org.jboss.proxy.ejb.HomeHandleImplIIOP
-
- readParams(InputStream) -
Method in class org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy
- Unmarshals the sequence of method parameters from an input stream.
- readRetval(InputStream) -
Method in class org.jboss.iiop.rmi.marshal.strategy.StubStrategy
- Unmarshals from an input stream the return value of the method.
- readerFor(String, ClassLoader) -
Static method in class org.jboss.iiop.rmi.marshal.CDRStream
- Returns a
CDRStreamReader
given an abbreviated name
and a ClassLoader
for valuetype classes.
- readerFor(Class) -
Static method in class org.jboss.iiop.rmi.marshal.CDRStream
- Returns the
CDRStreamReader
for a given Class
.
- rebind(NamingContextExt, String, Object) -
Static method in class org.jboss.proxy.ejb.IORFactory
- (Re)binds an object to a name in a given CORBA naming context, creating
any non-existent intermediate contexts along the way.
- reconnect(Object) -
Method in class org.jboss.proxy.ejb.handle.HandleDelegateImpl
-
- registerSynchronization(Synchronization) -
Method in class org.jboss.proxy.ejb.ForeignTransaction
-
- repositoryId -
Variable in class org.jboss.iiop.rmi.ContainerAnalysis
- The repository ID.
- resolveClass(ObjectStreamClass) -
Method in class org.jboss.util.stream.CustomObjectInputStreamWithClassloader
- Resolves the class described in the classdesc parameter.
- resolveProxyClass(String[]) -
Method in class org.jboss.util.stream.CustomObjectInputStreamWithClassloader
- Resolves the proxy class for the specified array of interfaces.
- rethrowIfCorbaSystemException(Exception) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- rmiRepositoryId(Class) -
Static method in class org.jboss.proxy.ejb.IORFactory
- Returns the CORBA repository id of a given the RMI-IDL interface.
- rollback() -
Method in class org.jboss.proxy.ejb.ForeignTransaction
-
S
- SHARED_PERSISTENT_POA -
Static variable in class org.jboss.invocation.iiop.ServantRegistryKind
-
- SHARED_TRANSIENT_POA -
Static variable in class org.jboss.invocation.iiop.ServantRegistryKind
-
- SSLServerSocketFactory - class org.jboss.iiop.jacorb.SSLServerSocketFactory.
- This implementation of the JacORB-specific interface
org.jacorb.orb.factory.SSLServerSocketFactory
uses the JSSE
KeyManagerFactory and TrustManagerFactory objects encapsulated by
a JBossSX SecurityDomain. - SSLServerSocketFactory(ORB) -
Constructor for class org.jboss.iiop.jacorb.SSLServerSocketFactory
-
- SSLSocketFactory - class org.jboss.iiop.jacorb.SSLSocketFactory.
- This implementation of the JacORB-specific interface
org.jacorb.orb.factory.SocketFactory
uses the JSSE
KeyManagerFactory and TrustManagerFactory objects encapsulated by
a JBossSX SecurityDomain. - SSLSocketFactory(ORB) -
Constructor for class org.jboss.iiop.jacorb.SSLSocketFactory
-
- SSL_DOMAIN -
Static variable in class org.jboss.iiop.CorbaORBService
-
- ServantRegistries - interface org.jboss.invocation.iiop.ServantRegistries.
- Interface of a set of registries for CORBA servants.
- ServantRegistry - interface org.jboss.invocation.iiop.ServantRegistry.
- Interface of a registry for CORBA servants.
- ServantRegistryKind - class org.jboss.invocation.iiop.ServantRegistryKind.
- "Typesafe enum" class for the kinds of
ServantRegistry
. - ServantWithMBeanServer - class org.jboss.invocation.iiop.ServantWithMBeanServer.
- Abstract class of a CORBA servant that has a reference to an MBean server.
- ServantWithMBeanServer() -
Constructor for class org.jboss.invocation.iiop.ServantWithMBeanServer
-
- SkeletonStrategy - class org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy.
- A
SkeletonStrategy
for a given method knows how to
unmarshalthe sequence of method parameters from a CDR input stream, how to
marshal into a CDR output stream the return value of the method, and how to
marshal into a CDR output stream any exception thrown by the method. - SkeletonStrategy(Method) -
Constructor for class org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy
-
- StubClassLoader - class org.jboss.iiop.StubClassLoader.
- This class loader dynamically generates and loads client stub classes.
- StubClassLoader(ClassLoader) -
Constructor for class org.jboss.iiop.StubClassLoader
-
- StubStrategy - class org.jboss.iiop.rmi.marshal.strategy.StubStrategy.
- An
StubStrategy
for a given method knows how to marshal
the sequence of method parameters into a CDR output stream, how to unmarshal
from a CDR input stream the return value of the method, and how to unmarshal
from a CDR input stream an application exception thrown by the method. - SunJDK14IsLocalBugFix - class org.jboss.iiop.SunJDK14IsLocalBugFix.
- There is a bug in Sun's implementation of the method javax.rmi.CORBA.Util.isLocal().
- SunJDK14IsLocalBugFix() -
Constructor for class org.jboss.iiop.SunJDK14IsLocalBugFix
-
- setContainer(Container) -
Method in class org.jboss.proxy.ejb.IORFactory
-
- setDefaultLogFile(String, long) -
Method in class org.jboss.util.Log4jLoggerFactory
- set the file name and max file size for logging to a file
- setHomeHandle(HomeHandle) -
Method in class org.jboss.proxy.ejb.EjbHomeCorbaServant
-
- setInvokerBinding(String) -
Method in class org.jboss.proxy.ejb.IORFactory
-
- setInvokerMetaData(InvokerProxyBindingMetaData) -
Method in class org.jboss.proxy.ejb.IORFactory
-
- setMBeanServer(MBeanServer) -
Method in class org.jboss.invocation.iiop.ServantWithMBeanServer
-
- setMBeanServer(MBeanServer) -
Method in class org.jboss.proxy.ejb.EjbHomeCorbaServant
- Sets this servant's
MBeanServer
.
- setMBeanServer(MBeanServer) -
Method in class org.jboss.proxy.ejb.EjbObjectCorbaServant
- Sets this servant's
MBeanServer
.
- setORB(ORB) -
Static method in class org.jboss.corba.ORBFactory
-
- setORB(ORB) -
Static method in class org.jboss.iiop.naming.ORBInitialContextFactory
- Set the orb
- setORBClass(String) -
Method in class org.jboss.iiop.CorbaORBService
-
- setORBClass(String) -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- setORBPropertiesFileName(String) -
Method in class org.jboss.iiop.CorbaORBService
-
- setORBPropertiesFileName(String) -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- setORBSingletonClass(String) -
Method in class org.jboss.iiop.CorbaORBService
-
- setORBSingletonClass(String) -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- setORBSingletonDelegate(String) -
Method in class org.jboss.iiop.CorbaORBService
-
- setORBSingletonDelegate(String) -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- setPort(int) -
Method in class org.jboss.iiop.CorbaORBService
-
- setPort(int) -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- setPortableInterceptorInitializers(Element) -
Method in class org.jboss.iiop.CorbaORBService
-
- setPortableInterceptorInitializers(Element) -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- setRollbackOnly() -
Method in class org.jboss.proxy.ejb.ForeignTransaction
-
- setSSLPort(int) -
Method in class org.jboss.iiop.CorbaORBService
-
- setSSLPort(int) -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- setSecurityDomain(String) -
Method in class org.jboss.iiop.CorbaORBService
-
- setSecurityDomain(String) -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- setSunJDK14IsLocalBugFix(boolean) -
Method in class org.jboss.iiop.CorbaORBService
-
- setSunJDK14IsLocalBugFix(boolean) -
Method in interface org.jboss.iiop.CorbaORBServiceMBean
-
- setValue(int) -
Method in interface org.jboss.iiop.test.Test
- Sets the current value of the autonumber.
- setValue(int) -
Method in class org.jboss.iiop.test.TestImpl
- Sets the current value of the autonumber.
- shortAnalysis -
Static variable in class org.jboss.iiop.rmi.PrimitiveAnalysis
-
- shutdown() -
Method in class org.jboss.iiop.rmi.ir.InterfaceRepository
- Deactivate all CORBA objects in this IR.
- start() -
Method in class org.jboss.proxy.ejb.IORFactory
-
- startService() -
Method in class org.jboss.iiop.CorbaNamingService
-
- startService() -
Method in class org.jboss.iiop.CorbaORBService
-
- startService() -
Method in class org.jboss.invocation.iiop.IIOPInvoker
-
- stop() -
Method in class org.jboss.proxy.ejb.IORFactory
-
- stopService() -
Method in class org.jboss.iiop.CorbaNamingService
-
- stopService() -
Method in class org.jboss.iiop.CorbaORBService
-
- stopService() -
Method in class org.jboss.invocation.iiop.IIOPInvoker
-
- switchToClientMode(Socket) -
Method in class org.jboss.iiop.jacorb.SSLServerSocketFactory
-
T
- TRANSIENT_POA_PER_SERVANT -
Static variable in class org.jboss.invocation.iiop.ServantRegistryKind
-
- TYPE -
Static variable in class org.jboss.iiop.codebase.CodebasePolicy
-
- Test - interface org.jboss.iiop.test.Test.
-
- TestBase - interface org.jboss.iiop.test.TestBase.
-
- TestException - exception org.jboss.iiop.test.TestException.
-
- TestException() -
Constructor for class org.jboss.iiop.test.TestException
-
- TestImpl - class org.jboss.iiop.test.TestImpl.
-
- TestImpl() -
Constructor for class org.jboss.iiop.test.TestImpl
-
- TestValue - class org.jboss.iiop.test.TestValue.
-
- TestValue() -
Constructor for class org.jboss.iiop.test.TestValue
-
- TestValueBase - class org.jboss.iiop.test.TestValueBase.
-
- TestValueBase() -
Constructor for class org.jboss.iiop.test.TestValueBase
-
- throwsRemoteException(Method) -
Static method in class org.jboss.iiop.rmi.RmiIdlUtil
-
- toByteArray(Object) -
Static method in class org.jboss.util.Conversion
- Receives an object and converts it into a byte array.
- toHexString(int) -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Convert an integer to a 16-digit hex string.
- toHexString(long) -
Method in class org.jboss.iiop.rmi.ContainerAnalysis
- Convert a long to a 16-digit hex string.
- toObject(byte[], ClassLoader) -
Static method in class org.jboss.util.Conversion
- Receives a classloader and a byte array previously returned by a call to
toByteArray
and retrieves an object from it.
- toObject(byte[]) -
Static method in class org.jboss.util.Conversion
- Receives a byte array previously returned by a call to
toByteArray
and retrieves an object from it.
- toString() -
Method in class org.jboss.iiop.codebase.CodebasePolicy
-
- type() -
Method in class org.jboss.iiop.rmi.ir.AttributeDefImpl
-
- type() -
Method in class org.jboss.iiop.rmi.ir.ConstantDefImpl
-
- type_def() -
Method in class org.jboss.iiop.rmi.ir.AttributeDefImpl
-
- type_def(IDLType) -
Method in class org.jboss.iiop.rmi.ir.AttributeDefImpl
-
- type_def() -
Method in class org.jboss.iiop.rmi.ir.ConstantDefImpl
-
- type_def(IDLType) -
Method in class org.jboss.iiop.rmi.ir.ConstantDefImpl
-
U
- Util - class org.jboss.iiop.rmi.Util.
- This is a RMI/IIOP metadata conversion utility class.
- Util() -
Constructor for class org.jboss.iiop.rmi.Util
-
- Util - class org.jboss.proxy.compiler.Util.
- Runtime utility class used by IIOP stub classes.
- Util() -
Constructor for class org.jboss.proxy.compiler.Util
-
- unbind(String) -
Method in interface org.jboss.invocation.iiop.ServantRegistry
- Unbinds the servant bound to
name
.
V
- ValueAnalysis - class org.jboss.iiop.rmi.ValueAnalysis.
- Value analysis.
- ValueAnalysis(Class) -
Constructor for class org.jboss.iiop.rmi.ValueAnalysis
-
- ValueMemberAnalysis - class org.jboss.iiop.rmi.ValueMemberAnalysis.
- Value member analysis.
- value() -
Method in class org.jboss.iiop.rmi.ir.ConstantDefImpl
-
- value(Any) -
Method in class org.jboss.iiop.rmi.ir.ConstantDefImpl
-
- voidAnalysis -
Static variable in class org.jboss.iiop.rmi.PrimitiveAnalysis
-
W
- WebCL - class org.jboss.iiop.WebCL.
- A subclass of WebClassLoader that does IIOP bytecode generation on the fly.
- WebCL(ObjectName, UnifiedClassLoader) -
Constructor for class org.jboss.iiop.WebCL
- Creates new WebCL
- wrap(boolean) -
Static method in class org.jboss.proxy.compiler.Util
-
- wrap(byte) -
Static method in class org.jboss.proxy.compiler.Util
-
- wrap(char) -
Static method in class org.jboss.proxy.compiler.Util
-
- wrap(short) -
Static method in class org.jboss.proxy.compiler.Util
-
- wrap(int) -
Static method in class org.jboss.proxy.compiler.Util
-
- wrap(long) -
Static method in class org.jboss.proxy.compiler.Util
-
- wrap(float) -
Static method in class org.jboss.proxy.compiler.Util
-
- wrap(double) -
Static method in class org.jboss.proxy.compiler.Util
-
- write(OutputStream, Object) -
Method in interface org.jboss.iiop.rmi.marshal.CDRStreamWriter
- Marshals a Java basic data type or object into a CDR output stream.
- writeClassDescriptor(ObjectStreamClass) -
Method in class org.jboss.util.stream.CustomObjectOutputStream
- Writes just the class name to this output stream.
- writeEJBHome(EJBHome, ObjectOutputStream) -
Method in class org.jboss.proxy.ejb.handle.HandleDelegateImpl
-
- writeEJBObject(EJBObject, ObjectOutputStream) -
Method in class org.jboss.proxy.ejb.handle.HandleDelegateImpl
-
- writeException(OutputStream, Exception) -
Method in class org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy
- Marshals into an output stream an exception thrown by the method.
- writeObject(ObjectOutputStream) -
Method in class org.jboss.proxy.ejb.HandleImplIIOP
-
- writeObject(ObjectOutputStream) -
Method in class org.jboss.proxy.ejb.HomeHandleImplIIOP
-
- writeParams(OutputStream, Object[]) -
Method in class org.jboss.iiop.rmi.marshal.strategy.StubStrategy
- Marshals the sequence of method parameters into an output stream.
- writeRetval(OutputStream, Object) -
Method in class org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy
- Marshals into an output stream the return value of the method.
- writerFor(String, ClassLoader) -
Static method in class org.jboss.iiop.rmi.marshal.CDRStream
- Returns a
CDRStreamWriter
given an abbreviated name
and a ClassLoader
for valuetype classes.
- writerFor(Class) -
Static method in class org.jboss.iiop.rmi.marshal.CDRStream
- Returns the
CDRStreamWriter
for a given Class
.
_
- _all_interfaces(POA, byte[]) -
Method in class org.jboss.proxy.ejb.EjbHomeCorbaServant
- Returns an array with the CORBA repository ids of the RMI-IDL
interfaces implemented by the container's
EJBHome
.
- _all_interfaces(POA, byte[]) -
Method in class org.jboss.proxy.ejb.EjbObjectCorbaServant
- Returns an array with the CORBA repository ids of the RMI-IDL interfaces
implemented by this servant's
EJBObject
s.
- _get_interface_def() -
Method in class org.jboss.proxy.ejb.EjbHomeCorbaServant
- Returns an IR object describing the bean's home interface.
- _get_interface_def() -
Method in class org.jboss.proxy.ejb.EjbObjectCorbaServant
- Returns an IR object describing the bean's remote interface.
- _invoke(String, InputStream, ResponseHandler) -
Method in class org.jboss.proxy.ejb.EjbHomeCorbaServant
- Receives IIOP requests to an
EJBHome
and forwards them to
its container, through the JBoss MBean
server.
- _invoke(String, InputStream, ResponseHandler) -
Method in class org.jboss.proxy.ejb.EjbObjectCorbaServant
- Receives IIOP requests to this servant's
EJBObject
s
and forwards them to the bean container, through the JBoss
MBean
server.
A B C D E F G H I J L M N O P R S T U V W _
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.