| Package | Description |
|---|---|
| javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
| org.omg.CORBA |
Provides the mapping of the OMG CORBA APIs to the Java
TM 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.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.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.CosNaming.NamingContextExtPackage |
This package contains the following classes, which are used in
org.omg.CosNaming.NamingContextExt:
|
| org.omg.CosNaming.NamingContextPackage |
This package contains Exception classes for the
org.omg.CosNaming package.
|
| 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.DynamicAny.DynAnyFactoryPackage |
This package contains classes and exceptions from the
DynAnyFactory interface of the
DynamicAny module specified in the OMG
The Common Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2.
|
| org.omg.DynamicAny.DynAnyPackage |
This package contains classes and exceptions from the
DynAny interface of the
DynamicAny module specified in the OMG
The Common Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.
|
| 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.IOP.CodecFactoryPackage |
This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).
|
| org.omg.IOP.CodecPackage |
This package is generated from the IOP::Codec IDL interface definition.
|
| org.omg.Messaging |
This package contains the
Messaging module specified in the OMG CORBA Messaging specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07.
|
| 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.PortableInterceptor.ORBInitInfoPackage |
This package contains the exceptions and typedefs from the
ORBInitInfo local interface of the
PortableInterceptor module specified in the OMG Portable Interceptor specification,
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2.
|
| org.omg.PortableServer |
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
|
| org.omg.PortableServer.CurrentPackage |
Provides method implementations with access to the identity of the object on which the method was invoked.
|
| org.omg.PortableServer.POAManagerPackage |
Encapsulates the processing state of the POAs it is associated with.
|
| org.omg.PortableServer.POAPackage |
Allows programmers to construct object implementations that are portable between different ORB products.
|
| org.omg.PortableServer.ServantLocatorPackage |
Provides classes and interfaces for locating the servant.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
Util.readAny(InputStream
Reads a java.lang.Object as a CORBA any.
|
Object |
UtilDelegate.readAny(InputStream
Delegation call for
Util.
|
Serializable |
ValueHandler.readValue(InputStream
Reads a value from the stream using Java semantics.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
LocalObject._invoke(OutputStream
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.
|
abstract InputStream |
Any.create_input_stream()
Creates an input stream from which this
Any object's value can be unmarshalled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectHolder._read(InputStream
Reads from
input and initalizes the value in this
ObjectHolder object with the unmarshalled data.
|
void |
ULongSeqHolder._read(InputStream
|
void |
OctetSeqHolder._read(InputStream
|
void |
DoubleHolder._read(InputStream
Read a double value from the input stream and store it in the value member.
|
void |
ValueBaseHolder._read(InputStream
Reads from
input and initalizes the value in the Holder with the unmarshalled data.
|
void |
LongLongSeqHolder._read(InputStream
|
void |
LongSeqHolder._read(InputStream
|
void |
BooleanSeqHolder._read(InputStream
|
void |
AnyHolder._read(InputStream
Reads from
input and initalizes the value in the Holder with the unmarshalled data.
|
void |
LongHolder._read(InputStream
Reads from
input and initalizes the value in the Holder with the unmarshalled data.
|
void |
ULongLongSeqHolder._read(InputStream
|
void |
WrongTransactionHolder._read(InputStream
|
void |
PolicyListHolder._read(InputStream
|
void |
FixedHolder._read(InputStream
Read a fixed point value from the input stream and store it in the value member.
|
void |
TypeCodeHolder._read(InputStream
Reads from
input and initalizes the value in this
TypeCodeHolder object with the unmarshalled data.
|
void |
BooleanHolder._read(InputStream
Reads unmarshalled data from
input and assigns it to this
BooleanHolder object's
value field.
|
void |
PrincipalHolder._read(InputStream
Deprecated.
|
void |
DoubleSeqHolder._read(InputStream
|
void |
PolicyHolder._read(InputStream
|
void |
IntHolder._read(InputStream
Reads unmarshalled data from
input and assigns it to the
value field in this
IntHolder object.
|
void |
FloatHolder._read(InputStream
Read a float from an input stream and initialize the value member with the float value.
|
void |
ByteHolder._read(InputStream
Reads from
input and initalizes the value in this
ByteHolder object with the unmarshalled data.
|
void |
CharHolder._read(InputStream
Reads from
input and initalizes the value in this
CharHolder object with the unmarshalled data.
|
void |
CharSeqHolder._read(InputStream
|
void |
ShortSeqHolder._read(InputStream
|
void |
UnknownUserExceptionHolder._read(InputStream
|
void |
AnySeqHolder._read(InputStream
|
void |
ShortHolder._read(InputStream
Reads from
input and initalizes the value in this
ShortHolder object with the unmarshalled data.
|
void |
CurrentHolder._read(InputStream
|
void |
ServiceInformationHolder._read(InputStream
Reads unmarshalled data from the input stream
in and assigns it to the
value field in this
ServiceInformationHolder object.
|
void |
WCharSeqHolder._read(InputStream
|
void |
StringHolder._read(InputStream
Reads the unmarshalled data from
input and assigns it to the
value field of this
StringHolder object.
|
void |
FloatSeqHolder._read(InputStream
|
void |
UShortSeqHolder._read(InputStream
|
void |
PolicyErrorHolder._read(InputStream
|
void |
ParameterModeHolder._read(InputStream
|
void |
StringSeqHolder._read(InputStream
|
void |
WStringSeqHolder._read(InputStream
|
void |
LocalObject._releaseReply(InputStream
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.
|
Serializable |
StringValueHelper.read_value(InputStream
|
Serializable |
WStringValueHelper.read_value(InputStream
|
abstract void |
Any.read_value(InputStream
Reads off (unmarshals) the value of an
Any object from the given input stream using the given typecode.
|
static String |
VersionSpecHelper.read(InputStream
|
static String |
RepositoryIdHelper.read(InputStream
|
static byte[] |
OctetSeqHelper.read(InputStream
|
static int[] |
LongSeqHelper.read(InputStream
|
static int |
PolicyTypeHelper.read(InputStream
|
static Policy |
PolicyHelper.read(InputStream
|
static UnknownUserException |
UnknownUserExceptionHelper.read(InputStream
|
static CompletionStatus |
CompletionStatusHelper.read(InputStream
|
static SetOverrideType |
SetOverrideTypeHelper.read(InputStream
|
static ServiceInformation |
ServiceInformationHelper.read(InputStream
|
static double[] |
DoubleSeqHelper.read(InputStream
|
static Object |
ObjectHelper.read(InputStream
|
static ValueMember |
ValueMemberHelper.read(InputStream
|
static long[] |
LongLongSeqHelper.read(InputStream
|
static Policy |
PolicyListHelper.read(InputStream
|
static String |
StringValueHelper.read(InputStream
|
static long[] |
ULongLongSeqHelper.read(InputStream
|
static UnionMember |
UnionMemberHelper.read(InputStream
|
static Current |
CurrentHelper.read(InputStream
|
static char[] |
WCharSeqHelper.read(InputStream
|
static char[] |
CharSeqHelper.read(InputStream
|
static short[] |
ShortSeqHelper.read(InputStream
|
static ServiceDetail |
ServiceDetailHelper.read(InputStream
|
static DefinitionKind |
DefinitionKindHelper.read(InputStream
|
static int[] |
ULongSeqHelper.read(InputStream
|
static Serializable |
ValueBaseHelper.read(InputStream
|
static WrongTransaction |
WrongTransactionHelper.read(InputStream
|
static IDLType |
IDLTypeHelper.read(InputStream
|
static NameValuePair |
NameValuePairHelper.read(InputStream
|
static String |
IdentifierHelper.read(InputStream
|
static boolean[] |
BooleanSeqHelper.read(InputStream
|
static float[] |
FloatSeqHelper.read(InputStream
|
static short |
VisibilityHelper.read(InputStream
|
static StructMember |
StructMemberHelper.read(InputStream
|
static Any |
AnySeqHelper.read(InputStream
|
static String |
WStringValueHelper.read(InputStream
|
static short[] |
UShortSeqHelper.read(InputStream
|
static String |
FieldNameHelper.read(InputStream
|
static String |
WStringSeqHelper.read(InputStream
|
static PolicyError |
PolicyErrorHelper.read(InputStream
|
static String |
StringSeqHelper.read(InputStream
|
static ParameterMode |
ParameterModeHelper.read(InputStream
|
static short |
PolicyErrorCodeHelper.read(InputStream
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputStream
InputStream provides for the reading of all of the mapped IDL types from the stream.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ObjectImpl._invoke(OutputStream
Invokes an operation and returns an
InputStream object for reading the response.
|
abstract InputStream |
OutputStream.create_input_stream()
Returns an input stream with the same buffer.
|
InputStream |
ApplicationException.getInputStream()
Returns the input stream from which the exception data can be read as its parameters.
|
InputStream |
Delegate.invoke(Object
invoke is called by a stub to invoke an operation.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
InvokeHandler._invoke(String
Invoked by the ORB to dispatch a request to the servant.
|
void |
Streamable._read(InputStream
Reads data from
istream and initalizes the
value field of the Holder with the unmarshalled data.
|
void |
ObjectImpl._releaseReply(InputStream
Releases the given reply stream back to the ORB when unmarshalling has completed after a call to the method
_invoke.
|
Serializable |
BoxedValueHelper.read_value(InputStream
|
void |
Delegate.releaseReply(Object
releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed.
|
| Constructor and Description | |
|---|---|
ApplicationException(String
Constructs an ApplicationException from the CORBA repository ID of the exception and an input stream from which the exception data can be read as its parameters.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
NamingContextPOA._invoke(String
|
OutputStream |
NamingContextExtPOA._invoke(String
|
OutputStream |
BindingIteratorPOA._invoke(String
|
void |
BindingHolder._read(InputStream
|
void |
NamingContextHolder._read(InputStream
|
void |
BindingTypeHolder._read(InputStream
|
void |
NameComponentHolder._read(InputStream
|
void |
NameHolder._read(InputStream
|
void |
NamingContextExtHolder._read(InputStream
|
void |
BindingListHolder._read(InputStream
|
void |
BindingIteratorHolder._read(InputStream
|
static NameComponent |
NameHelper.read(InputStream
|
static NameComponent |
NameComponentHelper.read(InputStream
|
static Binding |
BindingHelper.read(InputStream
|
static String |
IstringHelper.read(InputStream
|
static NamingContextExt |
NamingContextExtHelper.read(InputStream
|
static Binding |
BindingListHelper.read(InputStream
|
static BindingType |
BindingTypeHelper.read(InputStream
|
static NamingContext |
NamingContextHelper.read(InputStream
|
static BindingIterator |
BindingIteratorHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidAddressHolder._read(InputStream
|
static InvalidAddress |
InvalidAddressHelper.read(InputStream
|
static String |
AddressHelper.read(InputStream
|
static String |
StringNameHelper.read(InputStream
|
static String |
URLStringHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
CannotProceedHolder._read(InputStream
|
void |
NotEmptyHolder._read(InputStream
|
void |
NotFoundReasonHolder._read(InputStream
|
void |
NotFoundHolder._read(InputStream
|
void |
AlreadyBoundHolder._read(InputStream
|
void |
InvalidNameHolder._read(InputStream
|
static AlreadyBound |
AlreadyBoundHelper.read(InputStream
|
static NotEmpty |
NotEmptyHelper.read(InputStream
|
static CannotProceed |
CannotProceedHelper.read(InputStream
|
static NotFoundReason |
NotFoundReasonHelper.read(InputStream
|
static NotFound |
NotFoundHelper.read(InputStream
|
static InvalidName |
InvalidNameHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static DynEnum |
DynEnumHelper.read(InputStream
|
static NameValuePair |
NameValuePairSeqHelper.read(InputStream
|
static DynUnion |
DynUnionHelper.read(InputStream
|
static DynAny |
DynAnySeqHelper.read(InputStream
|
static DynArray |
DynArrayHelper.read(InputStream
|
static DynAnyFactory |
DynAnyFactoryHelper.read(InputStream
|
static NameDynAnyPair |
NameDynAnyPairSeqHelper.read(InputStream
|
static DynFixed |
DynFixedHelper.read(InputStream
|
static NameValuePair |
NameValuePairHelper.read(InputStream
|
static DynSequence |
DynSequenceHelper.read(InputStream
|
static DynAny |
DynAnyHelper.read(InputStream
|
static Any |
AnySeqHelper.read(InputStream
|
static NameDynAnyPair |
NameDynAnyPairHelper.read(InputStream
|
static DynStruct |
DynStructHelper.read(InputStream
|
static DynValue |
DynValueHelper.read(InputStream
|
static String |
FieldNameHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static InconsistentTypeCode |
InconsistentTypeCodeHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static TypeMismatch |
TypeMismatchHelper.read(InputStream
|
static InvalidValue |
InvalidValueHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
IORHolder._read(InputStream
|
void |
MultipleComponentProfileHolder._read(InputStream
|
void |
TaggedComponentHolder._read(InputStream
|
void |
ServiceContextHolder._read(InputStream
|
void |
ServiceContextListHolder._read(InputStream
|
void |
TaggedProfileHolder._read(InputStream
|
static IOR |
IORHelper.read(InputStream
|
static ServiceContext |
ServiceContextHelper.read(InputStream
|
static int |
ServiceIdHelper.read(InputStream
|
static TaggedComponent |
MultipleComponentProfileHelper.read(InputStream
|
static int |
ComponentIdHelper.read(InputStream
|
static int |
ProfileIdHelper.read(InputStream
|
static CodecFactory |
CodecFactoryHelper.read(InputStream
|
static TaggedProfile |
TaggedProfileHelper.read(InputStream
|
static ServiceContext |
ServiceContextListHelper.read(InputStream
|
static TaggedComponent |
TaggedComponentHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static UnknownEncoding |
UnknownEncodingHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static InvalidTypeForEncoding |
InvalidTypeForEncodingHelper.read(InputStream
|
static TypeMismatch |
TypeMismatchHelper.read(InputStream
|
static FormatMismatch |
FormatMismatchHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static short |
SyncScopeHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectReferenceFactoryHolder._read(InputStream
|
void |
IORInterceptor_3_0Holder._read(InputStream
|
void |
ObjectReferenceTemplateSeqHolder._read(InputStream
|
void |
ObjectReferenceTemplateHolder._read(InputStream
|
static String |
ServerIdHelper.read(InputStream
|
static IORInterceptor_3_0 |
IORInterceptor_3_0Helper.read(InputStream
|
static int |
AdapterManagerIdHelper.read(InputStream
|
static InvalidSlot |
InvalidSlotHelper.read(InputStream
|
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.read(InputStream
|
static ObjectReferenceTemplate |
ObjectReferenceTemplateSeqHelper.read(InputStream
|
static ForwardRequest |
ForwardRequestHelper.read(InputStream
|
static byte[] |
ObjectIdHelper.read(InputStream
|
static Current |
CurrentHelper.read(InputStream
|
static short |
AdapterStateHelper.read(InputStream
|
static ObjectReferenceTemplate |
ObjectReferenceTemplateHelper.read(InputStream
|
static String |
AdapterNameHelper.read(InputStream
|
static String |
ORBIdHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ObjectIdHelper.read(InputStream
|
static DuplicateName |
DuplicateNameHelper.read(InputStream
|
static InvalidName |
InvalidNameHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
ServantActivatorPOA._invoke(String
|
OutputStream |
ServantLocatorPOA._invoke(String
|
static Current |
CurrentHelper.read(InputStream
|
static POA |
POAHelper.read(InputStream
|
static ServantLocator |
ServantLocatorHelper.read(InputStream
|
static ForwardRequest |
ForwardRequestHelper.read(InputStream
|
static ServantActivator |
ServantActivatorHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static NoContext |
NoContextHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static AdapterInactive |
AdapterInactiveHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectAlreadyActive |
ObjectAlreadyActiveHelper.read(InputStream
|
static AdapterAlreadyExists |
AdapterAlreadyExistsHelper.read(InputStream
|
static NoServant |
NoServantHelper.read(InputStream
|
static ServantNotActive |
ServantNotActiveHelper.read(InputStream
|
static InvalidPolicy |
InvalidPolicyHelper.read(InputStream
|
static ObjectNotActive |
ObjectNotActiveHelper.read(InputStream
|
static ServantAlreadyActive |
ServantAlreadyActiveHelper.read(InputStream
|
static AdapterNonExistent |
AdapterNonExistentHelper.read(InputStream
|
static WrongAdapter |
WrongAdapterHelper.read(InputStream
|
static WrongPolicy |
WrongPolicyHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
CookieHolder._read(InputStream
|