Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jboss.iiop.codebase.* (4)org.jboss.iiop.rmi.* (49)
org.jboss.iiop.rmi.ir.* (26)org.jboss.iiop.rmi.marshal.* (5)
org.jboss.iiop.rmi.marshal.strategy.* (2)org.jboss.iiop.test.* (7)

org.jboss.iiop: Javadoc index of package org.jboss.iiop.


Package Samples:

org.jboss.iiop.codebase
org.jboss.iiop.rmi
org.jboss.iiop.rmi.ir
org.jboss.iiop.rmi.marshal
org.jboss.iiop.rmi.marshal.strategy
org.jboss.iiop.test

Classes:

WorkCacheManager: Instances of this class cache the most complex analyse types. The analyse types cached are: InterfaceAnalysis for interfaces. ValueAnalysis for value types. ExceptionAnalysis for exceptions. Besides caching work already done, this caches work in progress, as we need to know about this to handle cyclic graphs of analyses. When a thread re-enters the getAnalysis() metohd, an unfinished analysis will be returned if the same thread is already working on this analysis.
CDRStreamReader: Interface of an object that knows how to unmarshal a Java basic type or object from a CDR input stream. Implementations of this interface are specialized for particular types: an IntReader is a CDRStreamReader that knows how to unmarshal int s, a LongReader is a CDRStreamReader that knows how to unmarshal long s, and so on.
CDRStreamWriter: Interface of an object that knows how to marshal a Java basic type or object into a CDR input stream. Implementations of this interface are specialized for particular types: an IntWriter is a CDRStreamWriter that knows how to marshal int s, a LongWriter is a CDRStreamWriter that knows how to marshal long s, and so on.
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 .
CorbaORB: Singleton class to ensure that all code running in the JBoss VM uses the same ORB instance. The CorbaORBService MBean calls CorbaORB.setInstance() at service creation time, after it creates an ORB instance. Code that runs both in the server VM and in client VM calls CorbaORB.getInstance() to get an ORB.
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.
RmiIdlUtil: This class contains a bunch of methods taken from org.jboss.verifier.strategy.AbstractVerifier. There they are declared as instance methods. I copied them to this class and made them static here in order to call them as utility methods, without having to create a verifier instance,
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.
StubClassLoader: This class loader dynamically generates and loads client stub classes. It is intended to be used by clients, as an interim solution. Should not be necessary when the IORs contain a JAVA_CODE_BASE tag.
CodebaseInterceptorInitializer: Implements an org.omg.PortableInterceptor.ORBinitializer that installs a CodebaseInterceptor , a CodebasePolicyFactory and a ServerInterceptor .
ContainerAnalysis: Common base class of ValueAnalysis and InterfaceAnalysis. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).
Util: This is a RMI/IIOP metadata conversion utility class. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).
ClassAnalysis: Analysis class for classes. These define IDL types. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).
AbstractAnalysis: Abstract base class for all analysis classes. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).
PrimitiveAnalysis: Analysis class for primitive types. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).
LocalContainer: Interface of local containers. Those who delegate the container implementation to the ContainerImplDelegate should implement this interface.
ValueMemberAnalysis: Value member analysis. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).

Home | Contact Us | Privacy Policy | Terms of Service