| Package | Description |
|---|---|
| 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.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.Dynamic |
This package contains the
Dynamic module specified in the OMG Portable Interceptor specification,
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.9.
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
Any |
UnknownUserException.except
The
Any instance that contains the actual user exception thrown by the server.
|
Any |
UnionMember.label
The label of the union member described by this
UnionMember object.
|
Any |
AnyHolder.value
The
Any value held by this
AnyHolder object.
|
Any |
NameValuePair.value
The value to be associated with a name by this
NameValuePair object.
|
Any |
AnySeqHolder.value
|
| Modifier and Type | Method and Description |
|---|---|
abstract Any |
Request.add_in_arg()
Creates an input argument and adds it to this
Request object.
|
abstract Any |
Request.add_inout_arg()
Adds an input/output argument to this
Request object.
|
abstract Any |
Request.add_named_in_arg(String
Creates an input argument with the given name and adds it to this
Request object.
|
abstract Any |
Request.add_named_inout_arg(String
Adds an input/output argument with the given name to this
Request object.
|
abstract Any |
Request.add_named_out_arg(String
Adds an output argument with the given name to this
Request object.
|
abstract Any |
Request.add_out_arg()
Adds an output argument to this
Request object.
|
abstract Any |
ORB.create_any()
Creates an IDL
Any object initialized to contain a
Typecode object whose
kind field is set to
TCKind.tc_null.
|
abstract Any |
Any.extract_any()
Extracts the
Any object in this
Any object's
value field.
|
static Any |
AnySeqHelper.extract(Any
|
Any |
DynAny.get_any()
Deprecated.
Retrieves the
org.omg.CORBA.Any contained in this
DynAny object.
|
Any |
DynSequence.get_elements()
Deprecated.
Returns the value of every element in this sequence.
|
Any |
DynArray.get_elements()
Deprecated.
Returns the value of all the elements of this array.
|
abstract Any |
TypeCode.member_label(int index)
Retrieves the label of the union member identified by the given index.
|
Any |
DataInputStream.read_any()
Reads an IDL
Any value from the input stream.
|
static Any |
AnySeqHelper.read(InputStream
|
abstract Any |
Request.return_value()
Returns the
Any object that contains the value for the result of the method.
|
Any |
DynAny.to_any()
Deprecated.
Convert a
DynAny object to an
Any object.
|
abstract Any |
NamedValue.value()
Retrieves the value for this
NamedValue object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract NamedValue |
NVList.add_value(String
Creates a new
NamedValue object initialized with the given name, value, and flag, and adds it to the end of this
NVList object.
|
DynAny |
ORB.create_dyn_any(Any
Deprecated.
Use the new DynAnyFactory API instead
|
abstract NamedValue |
ORB.create_named_value(String
Creates a
NamedValue object using the given name, value, and argument mode flags.
|
Policy |
ORB.create_policy(int type, Any
Can be invoked to create new instances of policy objects of a specific type with specified initial state.
|
abstract boolean |
Any.equal(Any
Checks for equality between this
Any object and the given
Any object.
|
void |
ServerRequest.except(Any
Deprecated.
use set_exception()
|
static String |
VersionSpecHelper.extract(Any
|
static String |
RepositoryIdHelper.extract(Any
|
static byte[] |
OctetSeqHelper.extract(Any
|
static int[] |
LongSeqHelper.extract(Any
|
static int |
PolicyTypeHelper.extract(Any
|
static Policy |
PolicyHelper.extract(Any
|
static UnknownUserException |
UnknownUserExceptionHelper.extract(Any
|
static CompletionStatus |
CompletionStatusHelper.extract(Any
|
static SetOverrideType |
SetOverrideTypeHelper.extract(Any
|
static ServiceInformation |
ServiceInformationHelper.extract(Any
|
static double[] |
DoubleSeqHelper.extract(Any
|
static Object |
ObjectHelper.extract(Any
|
static ValueMember |
ValueMemberHelper.extract(Any
|
static long[] |
LongLongSeqHelper.extract(Any
|
static Policy |
PolicyListHelper.extract(Any
|
static String |
StringValueHelper.extract(Any
|
static long[] |
ULongLongSeqHelper.extract(Any
|
static UnionMember |
UnionMemberHelper.extract(Any
|
static Current |
CurrentHelper.extract(Any
|
static char[] |
WCharSeqHelper.extract(Any
|
static char[] |
CharSeqHelper.extract(Any
|
static short[] |
ShortSeqHelper.extract(Any
|
static ServiceDetail |
ServiceDetailHelper.extract(Any
|
static DefinitionKind |
DefinitionKindHelper.extract(Any
|
static int[] |
ULongSeqHelper.extract(Any
|
static Serializable |
ValueBaseHelper.extract(Any
|
static WrongTransaction |
WrongTransactionHelper.extract(Any
|
static IDLType |
IDLTypeHelper.extract(Any
|
static NameValuePair |
NameValuePairHelper.extract(Any
|
static String |
IdentifierHelper.extract(Any
|
static boolean[] |
BooleanSeqHelper.extract(Any
|
static float[] |
FloatSeqHelper.extract(Any
|
static short |
VisibilityHelper.extract(Any
|
static StructMember |
StructMemberHelper.extract(Any
|
static Any |
AnySeqHelper.extract(Any
|
static String |
WStringValueHelper.extract(Any
|
static short[] |
UShortSeqHelper.extract(Any
|
static String |
FieldNameHelper.extract(Any
|
static String |
WStringSeqHelper.extract(Any
|
static PolicyError |
PolicyErrorHelper.extract(Any
|
static String |
StringSeqHelper.extract(Any
|
static ParameterMode |
ParameterModeHelper.extract(Any
|
static short |
PolicyErrorCodeHelper.extract(Any
|
void |
DynAny.from_any(Any
Deprecated.
Make a
DynAny object from an
Any object.
|
void |
DynAny.insert_any(Any
Deprecated.
Inserts the given
org.omg.CORBA.Any object as the value for this
DynAny object.
|
abstract void |
Any.insert_any(Any
Inserts the given
Any object into this
Any object's
value field.
|
static void |
AnySeqHelper.insert(Any
|
static void |
AnySeqHelper.insert(Any
|
static void |
BooleanSeqHelper.insert(Any
|
static void |
OctetSeqHelper.insert(Any
|
static void |
WCharSeqHelper.insert(Any
|
static void |
CharSeqHelper.insert(Any
|
static void |
CompletionStatusHelper.insert(Any
|
static void |
CurrentHelper.insert(Any
|
static void |
DefinitionKindHelper.insert(Any
|
static void |
DoubleSeqHelper.insert(Any
|
static void |
FloatSeqHelper.insert(Any
|
static void |
IDLTypeHelper.insert(Any
|
static void |
PolicyTypeHelper.insert(Any
|
static void |
LongSeqHelper.insert(Any
|
static void |
ULongSeqHelper.insert(Any
|
static void |
LongLongSeqHelper.insert(Any
|
static void |
ULongLongSeqHelper.insert(Any
|
static void |
NameValuePairHelper.insert(Any
|
static void |
ObjectHelper.insert(Any
|
static void |
ParameterModeHelper.insert(Any
|
static void |
PolicyHelper.insert(Any
|
static void |
PolicyListHelper.insert(Any
|
static void |
PolicyErrorHelper.insert(Any
|
static void |
ValueBaseHelper.insert(Any
|
static void |
ServiceDetailHelper.insert(Any
|
static void |
ServiceInformationHelper.insert(Any
|
static void |
SetOverrideTypeHelper.insert(Any
|
static void |
VisibilityHelper.insert(Any
|
static void |
PolicyErrorCodeHelper.insert(Any
|
static void |
ShortSeqHelper.insert(Any
|
static void |
UShortSeqHelper.insert(Any
|
static void |
VersionSpecHelper.insert(Any
|
static void |
RepositoryIdHelper.insert(Any
|
static void |
StringValueHelper.insert(Any
|
static void |
IdentifierHelper.insert(Any
|
static void |
WStringValueHelper.insert(Any
|
static void |
FieldNameHelper.insert(Any
|
static void |
WStringSeqHelper.insert(Any
|
static void |
StringSeqHelper.insert(Any
|
static void |
StructMemberHelper.insert(Any
|
static void |
UnionMemberHelper.insert(Any
|
static void |
UnknownUserExceptionHelper.insert(Any
|
static void |
ValueMemberHelper.insert(Any
|
static void |
WrongTransactionHelper.insert(Any
|
void |
ServerRequest.result(Any
Deprecated.
use the method
set_result
|
void |
DynSequence.set_elements(Any
Deprecated.
Sets the values of all elements in this sequence with the given array.
|
void |
DynArray.set_elements(Any
Deprecated.
Sets the value of this
DynArray object to the given array.
|
void |
ServerRequest.set_exception(Any
Throws an
org.omg.CORBA.NO_IMPLEMENT exception.
|
abstract void |
Context.set_one_value(String
Creates a
NamedValue object and adds it to this
Context object.
|
void |
ServerRequest.set_result(Any
Throws an
org.omg.CORBA.NO_IMPLEMENT exception.
|
void |
DataOutputStream.write_any_array(Any
Writes the array of IDL Anys from offset for length elements to the output stream.
|
void |
DataOutputStream.write_any(Any
Writes the Any value to the output stream.
|
static void |
AnySeqHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
AnyHolder(Any
Constructs a new
AnyHolder object for the given
Any object.
|
|
AnySeqHolder(Any
|
|
NameValuePair(String
Constructs a
NameValuePair object that associates the given name with the given
org.omg.CORBA.Any object.
|
|
UnionMember(String
Constructs a new
UnionMember object with its fields initialized to the given values.
|
|
UnknownUserException(Any
Constructs an
UnknownUserException object that contains the given
Any object.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Any |
InputStream.read_any()
Reads an Any from this input stream.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
OutputStream.write_any(Any
Writes an Any on this output stream.
|
| Modifier and Type | Method and Description |
|---|---|
static NameComponent |
NameHelper.extract(Any
|
static NameComponent |
NameComponentHelper.extract(Any
|
static Binding |
BindingHelper.extract(Any
|
static String |
IstringHelper.extract(Any
|
static NamingContextExt |
NamingContextExtHelper.extract(Any
|
static Binding |
BindingListHelper.extract(Any
|
static BindingType |
BindingTypeHelper.extract(Any
|
static NamingContext |
NamingContextHelper.extract(Any
|
static BindingIterator |
BindingIteratorHelper.extract(Any
|
static void |
BindingHelper.insert(Any
|
static void |
BindingListHelper.insert(Any
|
static void |
BindingIteratorHelper.insert(Any
|
static void |
BindingTypeHelper.insert(Any
|
static void |
NameComponentHelper.insert(Any
|
static void |
NameHelper.insert(Any
|
static void |
NamingContextHelper.insert(Any
|
static void |
NamingContextExtHelper.insert(Any
|
static void |
IstringHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static InvalidAddress |
InvalidAddressHelper.extract(Any
|
static String |
AddressHelper.extract(Any
|
static String |
StringNameHelper.extract(Any
|
static String |
URLStringHelper.extract(Any
|
static void |
InvalidAddressHelper.insert(Any
|
static void |
AddressHelper.insert(Any
|
static void |
StringNameHelper.insert(Any
|
static void |
URLStringHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static AlreadyBound |
AlreadyBoundHelper.extract(Any
|
static NotEmpty |
NotEmptyHelper.extract(Any
|
static CannotProceed |
CannotProceedHelper.extract(Any
|
static NotFoundReason |
NotFoundReasonHelper.extract(Any
|
static NotFound |
NotFoundHelper.extract(Any
|
static InvalidName |
InvalidNameHelper.extract(Any
|
static void |
AlreadyBoundHelper.insert(Any
|
static void |
CannotProceedHelper.insert(Any
|
static void |
InvalidNameHelper.insert(Any
|
static void |
NotEmptyHelper.insert(Any
|
static void |
NotFoundHelper.insert(Any
|
static void |
NotFoundReasonHelper.insert(Any
|
| Modifier and Type | Field and Description |
|---|---|
Any |
Parameter.argument
|
| Constructor and Description | |
|---|---|
Parameter(Any
|
| Modifier and Type | Field and Description |
|---|---|
Any |
NameValuePair.value
The Any value associated with the name.
|
| Modifier and Type | Method and Description |
|---|---|
static Any |
AnySeqHelper.extract(Any
|
Any |
_DynValueStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynUnionStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynAnyStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynStructStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynArrayStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynFixedStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynEnumStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynAnyOperations.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynSequenceStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynValueBoxOperations.get_boxed_value()
Returns the boxed value as an Any.
|
Any |
DynSequenceOperations.get_elements()
Returns the elements of the sequence.
|
Any |
_DynArrayStub.get_elements()
Returns the elements of the DynArray.
|
Any |
DynArrayOperations.get_elements()
Returns the elements of the DynArray.
|
Any |
_DynSequenceStub.get_elements()
Returns the elements of the sequence.
|
static Any |
AnySeqHelper.read(InputStream
|
Any |
_DynValueStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynUnionStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynAnyStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynStructStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynArrayStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynFixedStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynEnumStub.to_any()
Creates an any value from a DynAny object.
|
Any |
DynAnyOperations.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynSequenceStub.to_any()
Creates an any value from a DynAny object.
|
| Modifier and Type | Method and Description |
|---|---|
DynAny |
_DynAnyFactoryStub.create_dyn_any(Any
Creates a new DynAny object from an any value.
|
DynAny |
DynAnyFactoryOperations.create_dyn_any(Any
Creates a new DynAny object from an any value.
|
static DynEnum |
DynEnumHelper.extract(Any
|
static NameValuePair |
NameValuePairSeqHelper.extract(Any
|
static DynUnion |
DynUnionHelper.extract(Any
|
static DynAny |
DynAnySeqHelper.extract(Any
|
static DynArray |
DynArrayHelper.extract(Any
|
static DynAnyFactory |
DynAnyFactoryHelper.extract(Any
|
static NameDynAnyPair |
NameDynAnyPairSeqHelper.extract(Any
|
static DynFixed |
DynFixedHelper.extract(Any
|
static NameValuePair |
NameValuePairHelper.extract(Any
|
static DynSequence |
DynSequenceHelper.extract(Any
|
static DynAny |
DynAnyHelper.extract(Any
|
static Any |
AnySeqHelper.extract(Any
|
static NameDynAnyPair |
NameDynAnyPairHelper.extract(Any
|
static DynStruct |
DynStructHelper.extract(Any
|
static DynValue |
DynValueHelper.extract(Any
|
static String |
FieldNameHelper.extract(Any
|
void |
_DynValueStub.from_any(Any
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynUnionStub.from_any(Any
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynAnyStub.from_any(Any
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynStructStub.from_any(Any
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynArrayStub.from_any(Any
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynFixedStub.from_any(Any
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynEnumStub.from_any(Any
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynAnyOperations.from_any(Any
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynSequenceStub.from_any(Any
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynValueStub.insert_any(Any
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynUnionStub.insert_any(Any
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynAnyStub.insert_any(Any
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynStructStub.insert_any(Any
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynArrayStub.insert_any(Any
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynFixedStub.insert_any(Any
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynEnumStub.insert_any(Any
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynAnyOperations.insert_any(Any
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynSequenceStub.insert_any(Any
Inserts an Any value into the Any represented by this DynAny.
|
static void |
AnySeqHelper.insert(Any
|
static void |
AnySeqHelper.insert(Any
|
static void |
DynAnyHelper.insert(Any
|
static void |
DynAnySeqHelper.insert(Any
|
static void |
DynAnyFactoryHelper.insert(Any
|
static void |
DynArrayHelper.insert(Any
|
static void |
DynEnumHelper.insert(Any
|
static void |
DynFixedHelper.insert(Any
|
static void |
DynSequenceHelper.insert(Any
|
static void |
DynStructHelper.insert(Any
|
static void |
DynUnionHelper.insert(Any
|
static void |
DynValueHelper.insert(Any
|
static void |
NameDynAnyPairHelper.insert(Any
|
static void |
NameDynAnyPairSeqHelper.insert(Any
|
static void |
NameValuePairHelper.insert(Any
|
static void |
NameValuePairSeqHelper.insert(Any
|
static void |
FieldNameHelper.insert(Any
|
void |
DynValueBoxOperations.set_boxed_value(Any
Replaces the boxed value with the specified value.
|
void |
DynSequenceOperations.set_elements(Any
Sets the elements of a sequence.
|
void |
_DynArrayStub.set_elements(Any
Sets the DynArray to contain the passed elements.
|
void |
DynArrayOperations.set_elements(Any
Sets the DynArray to contain the passed elements.
|
void |
_DynSequenceStub.set_elements(Any
Sets the elements of a sequence.
|
static void |
AnySeqHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
NameValuePair(String
|
| Modifier and Type | Method and Description |
|---|---|
static InconsistentTypeCode |
InconsistentTypeCodeHelper.extract(Any
|
static void |
InconsistentTypeCodeHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static TypeMismatch |
TypeMismatchHelper.extract(Any
|
static InvalidValue |
InvalidValueHelper.extract(Any
|
static void |
InvalidValueHelper.insert(Any
|
static void |
TypeMismatchHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
Any |
CodecOperations.decode_value(byte[] data, TypeCode
Decodes the given byte array into an Any based on the given
TypeCode and the encoding format effective for this
Codec.
|
Any |
CodecOperations.decode(byte[] data)
Decodes the given byte array into an Any based on the encoding format effective for this
Codec.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
CodecOperations.encode_value(Any
Converts the given any into a byte array based on the encoding format effective for this Codec.
|
byte[] |
CodecOperations.encode(Any
Converts the given any into a byte array based on the encoding format effective for this
Codec.
|
static IOR |
IORHelper.extract(Any
|
static ServiceContext |
ServiceContextHelper.extract(Any
|
static int |
ServiceIdHelper.extract(Any
|
static TaggedComponent |
MultipleComponentProfileHelper.extract(Any
|
static int |
ComponentIdHelper.extract(Any
|
static int |
ProfileIdHelper.extract(Any
|
static CodecFactory |
CodecFactoryHelper.extract(Any
|
static TaggedProfile |
TaggedProfileHelper.extract(Any
|
static ServiceContext |
ServiceContextListHelper.extract(Any
|
static TaggedComponent |
TaggedComponentHelper.extract(Any
|
static void |
CodecFactoryHelper.insert(Any
|
static void |
ServiceIdHelper.insert(Any
|
static void |
ComponentIdHelper.insert(Any
|
static void |
ProfileIdHelper.insert(Any
|
static void |
IORHelper.insert(Any
|
static void |
ServiceContextHelper.insert(Any
|
static void |
ServiceContextListHelper.insert(Any
|
static void |
TaggedComponentHelper.insert(Any
|
static void |
MultipleComponentProfileHelper.insert(Any
|
static void |
TaggedProfileHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static UnknownEncoding |
UnknownEncodingHelper.extract(Any
|
static void |
UnknownEncodingHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static InvalidTypeForEncoding |
InvalidTypeForEncodingHelper.extract(Any
|
static TypeMismatch |
TypeMismatchHelper.extract(Any
|
static FormatMismatch |
FormatMismatchHelper.extract(Any
|
static void |
FormatMismatchHelper.insert(Any
|
static void |
InvalidTypeForEncodingHelper.insert(Any
|
static void |
TypeMismatchHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static short |
SyncScopeHelper.extract(Any
|
static void |
SyncScopeHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
Any |
RequestInfoOperations.get_slot(int id)
Returns the data from the given slot of the
PortableInterceptor.Current that is in the scope of the request.
|
Any |
CurrentOperations.get_slot(int id)
Retrieves the slot data the application set in PICurrent via
get_slot.
|
Any |
ClientRequestInfoOperations.received_exception()
Returns an any which contains the exception to be returned to the client.
|
Any |
RequestInfoOperations.result()
Returns an any containing the result of the operation invocation.
|
Any |
ServerRequestInfoOperations.sending_exception()
Returns an any which contains the exception to be returned to the client.
|
| Modifier and Type | Method and Description |
|---|---|
Policy |
PolicyFactoryOperations.create_policy(int type, Any
Returns an instance of the appropriate interface derived from
CORBA.Policy whose value corresponds to the specified any.
|
static String |
ServerIdHelper.extract(Any
|
static IORInterceptor_3_0 |
IORInterceptor_3_0Helper.extract(Any
|
static int |
AdapterManagerIdHelper.extract(Any
|
static InvalidSlot |
InvalidSlotHelper.extract(Any
|
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.extract(Any
|
static ObjectReferenceTemplate |
ObjectReferenceTemplateSeqHelper.extract(Any
|
static ForwardRequest |
ForwardRequestHelper.extract(Any
|
static byte[] |
ObjectIdHelper.extract(Any
|
static Current |
CurrentHelper.extract(Any
|
static short |
AdapterStateHelper.extract(Any
|
static ObjectReferenceTemplate |
ObjectReferenceTemplateHelper.extract(Any
|
static String |
AdapterNameHelper.extract(Any
|
static String |
ORBIdHelper.extract(Any
|
static void |
ObjectIdHelper.insert(Any
|
static void |
CurrentHelper.insert(Any
|
static void |
ForwardRequestHelper.insert(Any
|
static void |
AdapterManagerIdHelper.insert(Any
|
static void |
InvalidSlotHelper.insert(Any
|
static void |
IORInterceptor_3_0Helper.insert(Any
|
static void |
ObjectReferenceFactoryHelper.insert(Any
|
static void |
ObjectReferenceTemplateHelper.insert(Any
|
static void |
ObjectReferenceTemplateSeqHelper.insert(Any
|
static void |
AdapterStateHelper.insert(Any
|
static void |
ServerIdHelper.insert(Any
|
static void |
ORBIdHelper.insert(Any
|
static void |
AdapterNameHelper.insert(Any
|
void |
CurrentOperations.set_slot(int id, Any
Sets data in a slot.
|
void |
ServerRequestInfoOperations.set_slot(int id, Any
Allows an Interceptor to set a slot in the
PortableInterceptor.Current that is in the scope of the request.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ObjectIdHelper.extract(Any
|
static DuplicateName |
DuplicateNameHelper.extract(Any
|
static InvalidName |
InvalidNameHelper.extract(Any
|
static void |
DuplicateNameHelper.insert(Any
|
static void |
InvalidNameHelper.insert(Any
|
static void |
ObjectIdHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static Current |
CurrentHelper.extract(Any
|
static POA |
POAHelper.extract(Any
|
static ServantLocator |
ServantLocatorHelper.extract(Any
|
static ForwardRequest |
ForwardRequestHelper.extract(Any
|
static ServantActivator |
ServantActivatorHelper.extract(Any
|
static void |
CurrentHelper.insert(Any
|
static void |
ForwardRequestHelper.insert(Any
|
static void |
POAHelper.insert(Any
|
static void |
ServantActivatorHelper.insert(Any
|
static void |
ServantLocatorHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static NoContext |
NoContextHelper.extract(Any
|
static void |
NoContextHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static AdapterInactive |
AdapterInactiveHelper.extract(Any
|
static void |
AdapterInactiveHelper.insert(Any
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectAlreadyActive |
ObjectAlreadyActiveHelper.extract(Any
|
static AdapterAlreadyExists |
AdapterAlreadyExistsHelper.extract(Any
|
static NoServant |
NoServantHelper.extract(Any
|
static ServantNotActive |
ServantNotActiveHelper.extract(Any
|
static InvalidPolicy |
InvalidPolicyHelper.extract(Any
|
static ObjectNotActive |
ObjectNotActiveHelper.extract(Any
|
static ServantAlreadyActive |
ServantAlreadyActiveHelper.extract(Any
|
static AdapterNonExistent |
AdapterNonExistentHelper.extract(Any
|
static WrongAdapter |
WrongAdapterHelper.extract(Any
|
static WrongPolicy |
WrongPolicyHelper.extract(Any
|
static void |
AdapterAlreadyExistsHelper.insert(Any
|
static void |
AdapterNonExistentHelper.insert(Any
|
static void |
InvalidPolicyHelper.insert(Any
|
static void |
NoServantHelper.insert(Any
|
static void |
ObjectAlreadyActiveHelper.insert(Any
|
static void |
ObjectNotActiveHelper.insert(Any
|
static void |
ServantAlreadyActiveHelper.insert(Any
|
static void |
ServantNotActiveHelper.insert(Any
|
static void |
WrongAdapterHelper.insert(Any
|
static void |
WrongPolicyHelper.insert(Any
|