Package | Description |
---|---|
javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
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.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 |
---|---|
Object |
UtilDelegate.readAny(InputStream in)
Delegation call for
Util.readAny(org.omg.CORBA.portable.InputStream) . |
static Object |
Util.readAny(InputStream in)
Reads a java.lang.Object as a CORBA any.
|
Serializable |
ValueHandler.readValue(InputStream in,
int offset,
Class clz,
String repositoryID,
RunTime sender)
Reads a value from the stream using Java semantics.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
LocalObject._invoke(OutputStream output)
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 |
StringSeqHolder._read(InputStream i) |
void |
ValueBaseHolder._read(InputStream input)
Reads from
input and initalizes the value in the Holder
with the unmarshalled data. |
void |
PolicyErrorHolder._read(InputStream i) |
void |
IntHolder._read(InputStream input)
Reads unmarshalled data from
input and assigns it to
the value field in this IntHolder object. |
void |
WStringSeqHolder._read(InputStream i) |
void |
PrincipalHolder._read(InputStream input)
Deprecated.
|
void |
StringHolder._read(InputStream input)
Reads the unmarshalled data from
input and assigns it to
the value field of this StringHolder object. |
void |
ULongLongSeqHolder._read(InputStream i) |
void |
UnknownUserExceptionHolder._read(InputStream i) |
void |
TypeCodeHolder._read(InputStream input)
Reads from
input and initalizes the value in
this TypeCodeHolder object
with the unmarshalled data. |
void |
FloatHolder._read(InputStream input)
Read a float from an input stream and initialize the value
member with the float value.
|
void |
BooleanSeqHolder._read(InputStream i) |
void |
CharSeqHolder._read(InputStream i) |
void |
FixedHolder._read(InputStream input)
Read a fixed point value from the input stream and store it in
the value member.
|
void |
BooleanHolder._read(InputStream input)
Reads unmarshalled data from
input and assigns it to this
BooleanHolder object's value field. |
void |
AnyHolder._read(InputStream input)
Reads from
input and initalizes the value in the Holder
with the unmarshalled data. |
void |
PolicyListHolder._read(InputStream i) |
void |
CurrentHolder._read(InputStream i) |
void |
LongHolder._read(InputStream input)
Reads from
input and initalizes the value in the Holder
with the unmarshalled data. |
void |
ULongSeqHolder._read(InputStream i) |
void |
WCharSeqHolder._read(InputStream i) |
void |
DoubleHolder._read(InputStream input)
Read a double value from the input stream and store it in the
value member.
|
void |
OctetSeqHolder._read(InputStream i) |
void |
ObjectHolder._read(InputStream input)
Reads from
input and initalizes the value in
this ObjectHolder object
with the unmarshalled data. |
void |
DoubleSeqHolder._read(InputStream i) |
void |
WrongTransactionHolder._read(InputStream i) |
void |
ShortHolder._read(InputStream input)
Reads from
input and initalizes the value in
this ShortHolder object
with the unmarshalled data. |
void |
PolicyHolder._read(InputStream i) |
void |
FloatSeqHolder._read(InputStream i) |
void |
ParameterModeHolder._read(InputStream i) |
void |
ShortSeqHolder._read(InputStream i) |
void |
AnySeqHolder._read(InputStream i) |
void |
ServiceInformationHolder._read(InputStream in)
Reads unmarshalled data from the input stream
in and assigns it to
the value field in this ServiceInformationHolder object. |
void |
ByteHolder._read(InputStream input)
Reads from
input and initalizes the value in
this ByteHolder object
with the unmarshalled data. |
void |
LongSeqHolder._read(InputStream i) |
void |
CharHolder._read(InputStream input)
Reads from
input and initalizes the value in
this CharHolder object
with the unmarshalled data. |
void |
LongLongSeqHolder._read(InputStream i) |
void |
UShortSeqHolder._read(InputStream i) |
void |
LocalObject._releaseReply(InputStream input)
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 istream) |
Serializable |
WStringValueHelper.read_value(InputStream istream) |
abstract void |
Any.read_value(InputStream is,
TypeCode t)
Reads off (unmarshals) the value of an
Any object from
the given input stream using the given typecode. |
static Policy[] |
PolicyListHelper.read(InputStream istream) |
static Current |
CurrentHelper.read(InputStream istream) |
static int[] |
ULongSeqHelper.read(InputStream istream) |
static boolean[] |
BooleanSeqHelper.read(InputStream istream) |
static char[] |
CharSeqHelper.read(InputStream istream) |
static IDLType |
IDLTypeHelper.read(InputStream istream) |
static String |
FieldNameHelper.read(InputStream istream) |
static Serializable |
ValueBaseHelper.read(InputStream istream) |
static ValueMember |
ValueMemberHelper.read(InputStream istream) |
static PolicyError |
PolicyErrorHelper.read(InputStream istream) |
static String[] |
StringSeqHelper.read(InputStream istream) |
static int |
PolicyTypeHelper.read(InputStream istream) |
static short |
PolicyErrorCodeHelper.read(InputStream istream) |
static SetOverrideType |
SetOverrideTypeHelper.read(InputStream istream) |
static StructMember |
StructMemberHelper.read(InputStream istream) |
static String |
StringValueHelper.read(InputStream istream) |
static DefinitionKind |
DefinitionKindHelper.read(InputStream istream) |
static String[] |
WStringSeqHelper.read(InputStream istream) |
static long[] |
ULongLongSeqHelper.read(InputStream istream) |
static UnknownUserException |
UnknownUserExceptionHelper.read(InputStream istream) |
static String |
RepositoryIdHelper.read(InputStream istream) |
static Any[] |
AnySeqHelper.read(InputStream istream) |
static short[] |
ShortSeqHelper.read(InputStream istream) |
static ServiceInformation |
ServiceInformationHelper.read(InputStream in) |
static int[] |
LongSeqHelper.read(InputStream istream) |
static short |
VisibilityHelper.read(InputStream istream) |
static short[] |
UShortSeqHelper.read(InputStream istream) |
static UnionMember |
UnionMemberHelper.read(InputStream istream) |
static String |
VersionSpecHelper.read(InputStream istream) |
static long[] |
LongLongSeqHelper.read(InputStream istream) |
static ServiceDetail |
ServiceDetailHelper.read(InputStream in) |
static byte[] |
OctetSeqHelper.read(InputStream istream) |
static String |
IdentifierHelper.read(InputStream istream) |
static CompletionStatus |
CompletionStatusHelper.read(InputStream istream) |
static String |
WStringValueHelper.read(InputStream istream) |
static char[] |
WCharSeqHelper.read(InputStream istream) |
static ParameterMode |
ParameterModeHelper.read(InputStream istream) |
static NameValuePair |
NameValuePairHelper.read(InputStream istream) |
static Object |
ObjectHelper.read(InputStream istream) |
static double[] |
DoubleSeqHelper.read(InputStream istream) |
static WrongTransaction |
WrongTransactionHelper.read(InputStream istream) |
static Policy |
PolicyHelper.read(InputStream istream) |
static float[] |
FloatSeqHelper.read(InputStream istream) |
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 output)
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 self,
OutputStream output)
invoke is called by a stub to invoke an operation.
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
InvokeHandler._invoke(String method,
InputStream input,
ResponseHandler handler)
Invoked by the ORB to dispatch a request to the servant.
|
void |
Streamable._read(InputStream istream)
Reads data from
istream and initalizes the
value field of the Holder with the unmarshalled data. |
void |
ObjectImpl._releaseReply(InputStream input)
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 is) |
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.
|
Constructor and Description |
---|
ApplicationException(String id,
InputStream ins)
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 |
NamingContextExtPOA._invoke(String $method,
InputStream in,
ResponseHandler $rh) |
OutputStream |
NamingContextPOA._invoke(String $method,
InputStream in,
ResponseHandler $rh) |
OutputStream |
BindingIteratorPOA._invoke(String $method,
InputStream in,
ResponseHandler $rh) |
void |
NameComponentHolder._read(InputStream i) |
void |
NameHolder._read(InputStream i) |
void |
BindingIteratorHolder._read(InputStream i) |
void |
NamingContextHolder._read(InputStream i) |
void |
BindingListHolder._read(InputStream i) |
void |
NamingContextExtHolder._read(InputStream i) |
void |
BindingHolder._read(InputStream i) |
void |
BindingTypeHolder._read(InputStream i) |
static NamingContext |
NamingContextHelper.read(InputStream istream) |
static NameComponent |
NameComponentHelper.read(InputStream istream) |
static BindingIterator |
BindingIteratorHelper.read(InputStream istream) |
static NameComponent[] |
NameHelper.read(InputStream istream) |
static Binding |
BindingHelper.read(InputStream istream) |
static NamingContextExt |
NamingContextExtHelper.read(InputStream istream) |
static BindingType |
BindingTypeHelper.read(InputStream istream) |
static String |
IstringHelper.read(InputStream istream) |
static Binding[] |
BindingListHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
void |
InvalidAddressHolder._read(InputStream i) |
static String |
StringNameHelper.read(InputStream istream) |
static String |
URLStringHelper.read(InputStream istream) |
static InvalidAddress |
InvalidAddressHelper.read(InputStream istream) |
static String |
AddressHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
void |
CannotProceedHolder._read(InputStream i) |
void |
NotEmptyHolder._read(InputStream i) |
void |
NotFoundHolder._read(InputStream i) |
void |
NotFoundReasonHolder._read(InputStream i) |
void |
InvalidNameHolder._read(InputStream i) |
void |
AlreadyBoundHolder._read(InputStream i) |
static NotFound |
NotFoundHelper.read(InputStream istream) |
static NotFoundReason |
NotFoundReasonHelper.read(InputStream istream) |
static CannotProceed |
CannotProceedHelper.read(InputStream istream) |
static NotEmpty |
NotEmptyHelper.read(InputStream istream) |
static AlreadyBound |
AlreadyBoundHelper.read(InputStream istream) |
static InvalidName |
InvalidNameHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static DynSequence |
DynSequenceHelper.read(InputStream istream) |
static DynArray |
DynArrayHelper.read(InputStream istream) |
static NameValuePair[] |
NameValuePairSeqHelper.read(InputStream istream) |
static DynAny[] |
DynAnySeqHelper.read(InputStream istream) |
static DynAnyFactory |
DynAnyFactoryHelper.read(InputStream istream) |
static DynAny |
DynAnyHelper.read(InputStream istream) |
static NameDynAnyPair[] |
NameDynAnyPairSeqHelper.read(InputStream istream) |
static DynFixed |
DynFixedHelper.read(InputStream istream) |
static Any[] |
AnySeqHelper.read(InputStream istream) |
static DynEnum |
DynEnumHelper.read(InputStream istream) |
static String |
FieldNameHelper.read(InputStream istream) |
static DynValue |
DynValueHelper.read(InputStream istream) |
static NameValuePair |
NameValuePairHelper.read(InputStream istream) |
static NameDynAnyPair |
NameDynAnyPairHelper.read(InputStream istream) |
static DynStruct |
DynStructHelper.read(InputStream istream) |
static DynUnion |
DynUnionHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static InconsistentTypeCode |
InconsistentTypeCodeHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static InvalidValue |
InvalidValueHelper.read(InputStream istream) |
static TypeMismatch |
TypeMismatchHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
void |
TaggedProfileHolder._read(InputStream i) |
void |
ServiceContextListHolder._read(InputStream i) |
void |
MultipleComponentProfileHolder._read(InputStream i) |
void |
TaggedComponentHolder._read(InputStream i) |
void |
IORHolder._read(InputStream i) |
void |
ServiceContextHolder._read(InputStream i) |
static TaggedComponent[] |
MultipleComponentProfileHelper.read(InputStream istream) |
static int |
ComponentIdHelper.read(InputStream istream) |
static int |
ServiceIdHelper.read(InputStream istream) |
static TaggedProfile |
TaggedProfileHelper.read(InputStream istream) |
static ServiceContext[] |
ServiceContextListHelper.read(InputStream istream) |
static int |
ProfileIdHelper.read(InputStream istream) |
static ServiceContext |
ServiceContextHelper.read(InputStream istream) |
static TaggedComponent |
TaggedComponentHelper.read(InputStream istream) |
static CodecFactory |
CodecFactoryHelper.read(InputStream istream) |
static IOR |
IORHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static UnknownEncoding |
UnknownEncodingHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static TypeMismatch |
TypeMismatchHelper.read(InputStream istream) |
static InvalidTypeForEncoding |
InvalidTypeForEncodingHelper.read(InputStream istream) |
static FormatMismatch |
FormatMismatchHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static short |
SyncScopeHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectReferenceTemplateSeqHolder._read(InputStream i) |
void |
ObjectReferenceTemplateHolder._read(InputStream i) |
void |
IORInterceptor_3_0Holder._read(InputStream i) |
void |
ObjectReferenceFactoryHolder._read(InputStream i) |
static ObjectReferenceTemplate |
ObjectReferenceTemplateHelper.read(InputStream istream) |
static int |
AdapterManagerIdHelper.read(InputStream istream) |
static String |
ORBIdHelper.read(InputStream istream) |
static String[] |
AdapterNameHelper.read(InputStream istream) |
static InvalidSlot |
InvalidSlotHelper.read(InputStream istream) |
static String |
ServerIdHelper.read(InputStream istream) |
static ForwardRequest |
ForwardRequestHelper.read(InputStream istream) |
static ObjectReferenceTemplate[] |
ObjectReferenceTemplateSeqHelper.read(InputStream istream) |
static short |
AdapterStateHelper.read(InputStream istream) |
static Current |
CurrentHelper.read(InputStream istream) |
static byte[] |
ObjectIdHelper.read(InputStream istream) |
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.read(InputStream istream) |
static IORInterceptor_3_0 |
IORInterceptor_3_0Helper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static DuplicateName |
DuplicateNameHelper.read(InputStream istream) |
static InvalidName |
InvalidNameHelper.read(InputStream istream) |
static String |
ObjectIdHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
ServantActivatorPOA._invoke(String $method,
InputStream in,
ResponseHandler $rh) |
OutputStream |
ServantLocatorPOA._invoke(String $method,
InputStream in,
ResponseHandler $rh) |
static Current |
CurrentHelper.read(InputStream istream) |
static ServantLocator |
ServantLocatorHelper.read(InputStream istream) |
static ServantActivator |
ServantActivatorHelper.read(InputStream istream) |
static ForwardRequest |
ForwardRequestHelper.read(InputStream istream) |
static POA |
POAHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static NoContext |
NoContextHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static AdapterInactive |
AdapterInactiveHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static WrongAdapter |
WrongAdapterHelper.read(InputStream istream) |
static ServantAlreadyActive |
ServantAlreadyActiveHelper.read(InputStream istream) |
static NoServant |
NoServantHelper.read(InputStream istream) |
static WrongPolicy |
WrongPolicyHelper.read(InputStream istream) |
static ServantNotActive |
ServantNotActiveHelper.read(InputStream istream) |
static AdapterNonExistent |
AdapterNonExistentHelper.read(InputStream istream) |
static InvalidPolicy |
InvalidPolicyHelper.read(InputStream istream) |
static ObjectAlreadyActive |
ObjectAlreadyActiveHelper.read(InputStream istream) |
static ObjectNotActive |
ObjectNotActiveHelper.read(InputStream istream) |
static AdapterAlreadyExists |
AdapterAlreadyExistsHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
void |
CookieHolder._read(InputStream is) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2012, Oracle and/or its affiliates. All rights reserved.