| 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 void |
Util.writeAbstractObject(OutputStream
Writes a java.lang.Object as either a value or a CORBA Object.
|
void |
UtilDelegate.writeAbstractObject(OutputStream
Delegation call for
Util.
|
static void |
Util.writeAny(OutputStream
Writes any java.lang.Object as a CORBA any.
|
void |
UtilDelegate.writeAny(OutputStream
Delegation call for
Util.
|
static void |
Util.writeRemoteObject(OutputStream
Writes a java.lang.Object as a CORBA Object.
|
void |
UtilDelegate.writeRemoteObject(OutputStream
Delegation call for
Util.
|
void |
ValueHandler.writeValue(OutputStream
Writes a value to the stream using Java semantics.
|
void |
ValueHandlerMultiFormat.writeValue(OutputStream
Allows the ORB to pass the stream format version for RMI/IDL custom value types.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
LocalObject._request(String
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 OutputStream |
ORB.create_output_stream()
Creates a new
org.omg.CORBA.portable.OutputStream into which IDL method parameters can be marshalled during method invocation.
|
abstract OutputStream |
Any.create_output_stream()
Creates an output stream into which this
Any object's value can be marshalled.
|
| 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.
|
void |
ObjectHolder._write(OutputStream
Marshals to
output the value in this
ObjectHolder object.
|
void |
ULongSeqHolder._write(OutputStream
|
void |
OctetSeqHolder._write(OutputStream
|
void |
DoubleHolder._write(OutputStream
Write the double value stored in this holder to an
OutputStream.
|
void |
ValueBaseHolder._write(OutputStream
Marshals to
output the value in the Holder.
|
void |
LongLongSeqHolder._write(OutputStream
|
void |
LongSeqHolder._write(OutputStream
|
void |
BooleanSeqHolder._write(OutputStream
|
void |
AnyHolder._write(OutputStream
Marshals to
output the value in this
AnyHolder object.
|
void |
LongHolder._write(OutputStream
Marshals to
output the value in the Holder.
|
void |
ULongLongSeqHolder._write(OutputStream
|
void |
WrongTransactionHolder._write(OutputStream
|
void |
PolicyListHolder._write(OutputStream
|
void |
FixedHolder._write(OutputStream
Write the fixed point value stored in this holder to an
OutputStream.
|
void |
TypeCodeHolder._write(OutputStream
Marshals to
output the value in this
TypeCodeHolder object.
|
void |
BooleanHolder._write(OutputStream
Marshals the value in this
BooleanHolder object's
value field to the output stream
output.
|
void |
PrincipalHolder._write(OutputStream
Deprecated.
|
void |
DoubleSeqHolder._write(OutputStream
|
void |
PolicyHolder._write(OutputStream
|
void |
IntHolder._write(OutputStream
Marshals the value in this
IntHolder object's
value field to the output stream
output.
|
void |
FloatHolder._write(OutputStream
Write the float value into an output stream.
|
void |
ByteHolder._write(OutputStream
Marshals to
output the value in this
ByteHolder object.
|
void |
CharHolder._write(OutputStream
Marshals to
output the value in this
CharHolder object.
|
void |
CharSeqHolder._write(OutputStream
|
void |
ShortSeqHolder._write(OutputStream
|
void |
UnknownUserExceptionHolder._write(OutputStream
|
void |
AnySeqHolder._write(OutputStream
|
void |
ShortHolder._write(OutputStream
Marshals to
output the value in this
ShortHolder object.
|
void |
CurrentHolder._write(OutputStream
|
void |
ServiceInformationHolder._write(OutputStream
Marshals the value in this
ServiceInformationHolder object's
value field to the output stream
out.
|
void |
WCharSeqHolder._write(OutputStream
|
void |
StringHolder._write(OutputStream
Marshals the value held by this
StringHolder object to the output stream
output.
|
void |
FloatSeqHolder._write(OutputStream
|
void |
UShortSeqHolder._write(OutputStream
|
void |
PolicyErrorHolder._write(OutputStream
|
void |
ParameterModeHolder._write(OutputStream
|
void |
StringSeqHolder._write(OutputStream
|
void |
WStringSeqHolder._write(OutputStream
|
abstract void |
Any.write_value(OutputStream
Writes out the value of this
Any object to the given output stream.
|
void |
StringValueHelper.write_value(OutputStream
|
void |
WStringValueHelper.write_value(OutputStream
|
static void |
AnySeqHelper.write(OutputStream
|
static void |
BooleanSeqHelper.write(OutputStream
|
static void |
OctetSeqHelper.write(OutputStream
|
static void |
WCharSeqHelper.write(OutputStream
|
static void |
CharSeqHelper.write(OutputStream
|
static void |
CompletionStatusHelper.write(OutputStream
|
static void |
CurrentHelper.write(OutputStream
|
static void |
DefinitionKindHelper.write(OutputStream
|
static void |
DoubleSeqHelper.write(OutputStream
|
static void |
FloatSeqHelper.write(OutputStream
|
static void |
IDLTypeHelper.write(OutputStream
|
static void |
PolicyTypeHelper.write(OutputStream
|
static void |
LongSeqHelper.write(OutputStream
|
static void |
ULongSeqHelper.write(OutputStream
|
static void |
LongLongSeqHelper.write(OutputStream
|
static void |
ULongLongSeqHelper.write(OutputStream
|
static void |
NameValuePairHelper.write(OutputStream
|
static void |
ObjectHelper.write(OutputStream
|
static void |
ParameterModeHelper.write(OutputStream
|
static void |
PolicyHelper.write(OutputStream
|
static void |
PolicyListHelper.write(OutputStream
|
static void |
PolicyErrorHelper.write(OutputStream
|
static void |
ValueBaseHelper.write(OutputStream
|
static void |
ServiceDetailHelper.write(OutputStream
|
static void |
ServiceInformationHelper.write(OutputStream
|
static void |
SetOverrideTypeHelper.write(OutputStream
|
static void |
VisibilityHelper.write(OutputStream
|
static void |
PolicyErrorCodeHelper.write(OutputStream
|
static void |
ShortSeqHelper.write(OutputStream
|
static void |
UShortSeqHelper.write(OutputStream
|
static void |
VersionSpecHelper.write(OutputStream
|
static void |
RepositoryIdHelper.write(OutputStream
|
static void |
StringValueHelper.write(OutputStream
|
static void |
IdentifierHelper.write(OutputStream
|
static void |
WStringValueHelper.write(OutputStream
|
static void |
FieldNameHelper.write(OutputStream
|
static void |
WStringSeqHelper.write(OutputStream
|
static void |
StringSeqHelper.write(OutputStream
|
static void |
StructMemberHelper.write(OutputStream
|
static void |
UnionMemberHelper.write(OutputStream
|
static void |
UnknownUserExceptionHelper.write(OutputStream
|
static void |
ValueMemberHelper.write(OutputStream
|
static void |
WrongTransactionHelper.write(OutputStream
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutputStream
OutputStream provides interface for writing of all of the mapped IDL type to the stream.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
InvokeHandler._invoke(String
Invoked by the ORB to dispatch a request to the servant.
|
OutputStream |
ObjectImpl._request(String
Returns an
OutputStream object to use for marshalling the arguments of the given method.
|
OutputStream |
ResponseHandler.createExceptionReply()
Called by the servant during a method invocation.
|
OutputStream |
ResponseHandler.createReply()
Called by the servant during a method invocation.
|
OutputStream |
Delegate.request(Object
request is called by a stub to obtain an OutputStream for marshaling arguments.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ObjectImpl._invoke(OutputStream
Invokes an operation and returns an
InputStream object for reading the response.
|
void |
Streamable._write(OutputStream
Marshals to
ostream the value in the
value field of the Holder.
|
InputStream |
Delegate.invoke(Object
invoke is called by a stub to invoke an operation.
|
void |
BoxedValueHelper.write_value(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
NamingContextPOA._invoke(String
|
OutputStream |
NamingContextExtPOA._invoke(String
|
OutputStream |
BindingIteratorPOA._invoke(String
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingHolder._write(OutputStream
|
void |
NamingContextHolder._write(OutputStream
|
void |
BindingTypeHolder._write(OutputStream
|
void |
NameComponentHolder._write(OutputStream
|
void |
NameHolder._write(OutputStream
|
void |
NamingContextExtHolder._write(OutputStream
|
void |
BindingListHolder._write(OutputStream
|
void |
BindingIteratorHolder._write(OutputStream
|
static void |
BindingHelper.write(OutputStream
|
static void |
BindingListHelper.write(OutputStream
|
static void |
BindingIteratorHelper.write(OutputStream
|
static void |
BindingTypeHelper.write(OutputStream
|
static void |
NameComponentHelper.write(OutputStream
|
static void |
NameHelper.write(OutputStream
|
static void |
NamingContextHelper.write(OutputStream
|
static void |
NamingContextExtHelper.write(OutputStream
|
static void |
IstringHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidAddressHolder._write(OutputStream
|
static void |
InvalidAddressHelper.write(OutputStream
|
static void |
AddressHelper.write(OutputStream
|
static void |
StringNameHelper.write(OutputStream
|
static void |
URLStringHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
CannotProceedHolder._write(OutputStream
|
void |
NotEmptyHolder._write(OutputStream
|
void |
NotFoundReasonHolder._write(OutputStream
|
void |
NotFoundHolder._write(OutputStream
|
void |
AlreadyBoundHolder._write(OutputStream
|
void |
InvalidNameHolder._write(OutputStream
|
static void |
AlreadyBoundHelper.write(OutputStream
|
static void |
CannotProceedHelper.write(OutputStream
|
static void |
InvalidNameHelper.write(OutputStream
|
static void |
NotEmptyHelper.write(OutputStream
|
static void |
NotFoundHelper.write(OutputStream
|
static void |
NotFoundReasonHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AnySeqHelper.write(OutputStream
|
static void |
DynAnyHelper.write(OutputStream
|
static void |
DynAnySeqHelper.write(OutputStream
|
static void |
DynAnyFactoryHelper.write(OutputStream
|
static void |
DynArrayHelper.write(OutputStream
|
static void |
DynEnumHelper.write(OutputStream
|
static void |
DynFixedHelper.write(OutputStream
|
static void |
DynSequenceHelper.write(OutputStream
|
static void |
DynStructHelper.write(OutputStream
|
static void |
DynUnionHelper.write(OutputStream
|
static void |
DynValueHelper.write(OutputStream
|
static void |
NameDynAnyPairHelper.write(OutputStream
|
static void |
NameDynAnyPairSeqHelper.write(OutputStream
|
static void |
NameValuePairHelper.write(OutputStream
|
static void |
NameValuePairSeqHelper.write(OutputStream
|
static void |
FieldNameHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InconsistentTypeCodeHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InvalidValueHelper.write(OutputStream
|
static void |
TypeMismatchHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
IORHolder._write(OutputStream
|
void |
MultipleComponentProfileHolder._write(OutputStream
|
void |
TaggedComponentHolder._write(OutputStream
|
void |
ServiceContextHolder._write(OutputStream
|
void |
ServiceContextListHolder._write(OutputStream
|
void |
TaggedProfileHolder._write(OutputStream
|
static void |
CodecFactoryHelper.write(OutputStream
|
static void |
ServiceIdHelper.write(OutputStream
|
static void |
ComponentIdHelper.write(OutputStream
|
static void |
ProfileIdHelper.write(OutputStream
|
static void |
IORHelper.write(OutputStream
|
static void |
ServiceContextHelper.write(OutputStream
|
static void |
ServiceContextListHelper.write(OutputStream
|
static void |
TaggedComponentHelper.write(OutputStream
|
static void |
MultipleComponentProfileHelper.write(OutputStream
|
static void |
TaggedProfileHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UnknownEncodingHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FormatMismatchHelper.write(OutputStream
|
static void |
InvalidTypeForEncodingHelper.write(OutputStream
|
static void |
TypeMismatchHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SyncScopeHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectReferenceFactoryHolder._write(OutputStream
|
void |
IORInterceptor_3_0Holder._write(OutputStream
|
void |
ObjectReferenceTemplateSeqHolder._write(OutputStream
|
void |
ObjectReferenceTemplateHolder._write(OutputStream
|
static void |
ObjectIdHelper.write(OutputStream
|
static void |
CurrentHelper.write(OutputStream
|
static void |
ForwardRequestHelper.write(OutputStream
|
static void |
AdapterManagerIdHelper.write(OutputStream
|
static void |
InvalidSlotHelper.write(OutputStream
|
static void |
IORInterceptor_3_0Helper.write(OutputStream
|
static void |
ObjectReferenceFactoryHelper.write(OutputStream
|
static void |
ObjectReferenceTemplateHelper.write(OutputStream
|
static void |
ObjectReferenceTemplateSeqHelper.write(OutputStream
|
static void |
AdapterStateHelper.write(OutputStream
|
static void |
ServerIdHelper.write(OutputStream
|
static void |
ORBIdHelper.write(OutputStream
|
static void |
AdapterNameHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DuplicateNameHelper.write(OutputStream
|
static void |
InvalidNameHelper.write(OutputStream
|
static void |
ObjectIdHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
ServantActivatorPOA._invoke(String
|
OutputStream |
ServantLocatorPOA._invoke(String
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CurrentHelper.write(OutputStream
|
static void |
ForwardRequestHelper.write(OutputStream
|
static void |
POAHelper.write(OutputStream
|
static void |
ServantActivatorHelper.write(OutputStream
|
static void |
ServantLocatorHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NoContextHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AdapterInactiveHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AdapterAlreadyExistsHelper.write(OutputStream
|
static void |
AdapterNonExistentHelper.write(OutputStream
|
static void |
InvalidPolicyHelper.write(OutputStream
|
static void |
NoServantHelper.write(OutputStream
|
static void |
ObjectAlreadyActiveHelper.write(OutputStream
|
static void |
ObjectNotActiveHelper.write(OutputStream
|
static void |
ServantAlreadyActiveHelper.write(OutputStream
|
static void |
ServantNotActiveHelper.write(OutputStream
|
static void |
WrongAdapterHelper.write(OutputStream
|
static void |
WrongPolicyHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
CookieHolder._write(OutputStream
|