Package | Description |
---|---|
com.sun.corba.se.impl.corba | |
com.sun.corba.se.impl.dynamicany | |
com.sun.corba.se.impl.encoding | |
com.sun.corba.se.impl.interceptors | |
com.sun.corba.se.impl.orb | |
com.sun.corba.se.impl.orbutil | |
com.sun.corba.se.impl.protocol | |
com.sun.corba.se.impl.protocol.giopmsgheaders | |
com.sun.corba.se.spi.activation | |
com.sun.corba.se.spi.activation.InitialNameServicePackage | |
com.sun.corba.se.spi.activation.LocatorPackage | |
com.sun.corba.se.spi.activation.RepositoryPackage | |
com.sun.corba.se.spi.GIOP | |
com.sun.corba.se.spi.messages | |
com.sun.corba.se.spi.PortableActivationIDL | |
com.sun.corba.se.spi.PortableActivationIDL.InitialNameServicePackage | |
com.sun.corba.se.spi.PortableActivationIDL.LocatorPackage | |
com.sun.corba.se.spi.PortableActivationIDL.RepositoryPackage | |
com.sun.corba.se.spi.protocol | |
com.sun.org.omg.CORBA | |
com.sun.org.omg.CORBA.ValueDefPackage | |
com.sun.org.omg.SendingContext | |
com.sun.org.omg.SendingContext.CodeBasePackage | |
org.jboss.iiop.csiv2 | |
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.ComponentIR | |
org.omg.CORBA.ContainedPackage | |
org.omg.CORBA.ContainerPackage | |
org.omg.CORBA.ExtValueDefPackage | |
org.omg.CORBA.InterfaceAttrExtensionPackage | |
org.omg.CORBA.InterfaceDefPackage | |
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.CORBA.ValueDefPackage | |
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.CSI | |
org.omg.CSIIOP | |
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.GSSUP | |
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.Security | |
org.omg.SSLIOP |
Modifier and Type | Class and Description |
---|---|
class |
AnyImpl |
Modifier and Type | Method and Description |
---|---|
Any |
RequestImpl.add_in_arg() |
Any |
RequestImpl.add_inout_arg() |
Any |
RequestImpl.add_named_in_arg(String name) |
Any |
RequestImpl.add_named_inout_arg(String name) |
Any |
RequestImpl.add_named_out_arg(String name) |
Any |
RequestImpl.add_out_arg() |
Any |
ServerRequestImpl.checkResultCalled()
This is called from the ORB after the DynamicImplementation.invoke
returns.
|
Any |
AnyImpl.extract_any()
See the description of the general Any operations.
|
static Any |
AnyImplHelper.extract(Any a) |
Any |
AnyImpl.extractAny(TypeCode memberType,
ORB orb) |
static Any |
AnyImpl.extractAnyFromStream(TypeCode memberType,
InputStream input,
ORB orb) |
Any |
TypeCodeImpl.member_label(int index) |
static Any |
AnyImplHelper.read(InputStream istream) |
Any |
RequestImpl.return_value() |
Any |
NamedValueImpl.value() |
Modifier and Type | Method and Description |
---|---|
NamedValue |
NVListImpl.add_value(String itemName,
Any val,
int flags) |
boolean |
AnyImpl.equal(Any otherAny)
checks for equality between Anys.
|
static Any |
AnyImplHelper.extract(Any a) |
static TypeCode |
TypeCodeImplHelper.extract(Any a) |
void |
AnyImpl.insert_any(Any a)
See the description of the general Any operations.
|
static void |
AnyImplHelper.insert(Any a,
Any that) |
static void |
TypeCodeImplHelper.insert(Any a,
TypeCode that) |
void |
ServerRequestImpl.set_exception(Any exc) |
void |
ContextImpl.set_one_value(String propName,
Any propValue) |
void |
ServerRequestImpl.set_result(Any res) |
static void |
AnyImplHelper.write(OutputStream ostream,
Any value) |
Constructor and Description |
---|
AnyImpl(ORB orb,
Any obj) |
NamedValueImpl(ORB orb,
String name,
Any value,
int flags) |
Modifier and Type | Method and Description |
---|---|
Any |
DynAnyBasicImpl.get_any() |
Any |
DynValueBoxImpl.get_boxed_value() |
Any |
DynAnyBasicImpl.to_any() |
Modifier and Type | Method and Description |
---|---|
DynAny |
DynAnyFactoryImpl.create_dyn_any(Any any) |
void |
DynAnyBasicImpl.from_any(Any value) |
void |
DynAnyBasicImpl.insert_any(Any value) |
void |
DynValueBoxImpl.set_boxed_value(Any boxed) |
Constructor and Description |
---|
DynAnyBasicImpl(ORB orb,
Any any,
boolean copyValue) |
DynArrayImpl(ORB orb,
Any any,
boolean copyValue) |
DynEnumImpl(ORB orb,
Any anAny,
boolean copyValue) |
DynFixedImpl(ORB orb,
Any any,
boolean copyValue) |
DynSequenceImpl(ORB orb,
Any any,
boolean copyValue) |
DynStructImpl(ORB orb,
Any any,
boolean copyValue) |
DynUnionImpl(ORB orb,
Any any,
boolean copyValue) |
DynValueBoxImpl(ORB orb,
Any any,
boolean copyValue) |
DynValueImpl(ORB orb,
Any any,
boolean copyValue) |
Modifier and Type | Method and Description |
---|---|
Any |
CDRInputStream.read_any() |
Any |
CDRInputStream_1_0.read_any() |
Any |
IDLJavaSerializationInputStream.read_any() |
Any |
MarshalInputStream.read_any() |
Any |
WrapperInputStream.read_any() |
Modifier and Type | Method and Description |
---|---|
void |
CDRInputStream_1_0.read_any_array(Any[] value,
int offset,
int length) |
void |
CDROutputStream.write_any_array(Any[] seq,
int offset,
int length) |
void |
CDROutputStream_1_0.write_any_array(Any[] value,
int offset,
int length) |
void |
CDROutputStream.write_any(Any value) |
void |
CDROutputStream_1_0.write_any(Any any) |
void |
MarshalOutputStream.write_any(Any value) |
Modifier and Type | Method and Description |
---|---|
Any |
CDREncapsCodec.decode_value(byte[] data,
TypeCode tc)
Decode the given octet sequence into an any based on a CDR
encapsulated octet sequence.
|
Any |
CDREncapsCodec.decode(byte[] data)
Decode the given octet sequence into an any based on a CDR
encapsulated octet sequence.
|
protected Any |
RequestInfoImpl.exceptionToAny(Exception exception)
Utility to wrap the given Exception in an Any object and return it.
|
Any |
SlotTable.get_slot(int id)
This method get the slot data for the given slot id (index).
|
Any |
PICurrent.get_slot(int id)
This method gets the slot data at the given slot id (index) from the
Slot Table which is on the top of the SlotTableStack.
|
Any |
RequestInfoImpl.get_slot(int id)
Returns the data from the given slot of the PortableInterceptor::Current
that is in the scope of the request.
|
Any |
ClientRequestInfoImpl.received_exception()
Contains the exception to be returned to the client.
|
Any |
ClientRequestInfoImpl.result()
See RequestInfoImpl for javadoc.
|
abstract Any |
RequestInfoImpl.result()
This method returns the result from the invoked DII operation.
|
Any |
ServerRequestInfoImpl.result()
See ServerRequestInfo for javadocs.
|
Any |
ServerRequestInfoImpl.sending_exception()
Any containing the exception to be returned to the client.
|
Modifier and Type | Method and Description |
---|---|
Policy |
PINoOpHandlerImpl.create_policy(int type,
Any val) |
Policy |
PIHandlerImpl.create_policy(int type,
Any val)
This is the implementation of standard API defined in org.omg.CORBA.ORB
class.
|
byte[] |
CDREncapsCodec.encode_value(Any data)
Convert the given any into a CDR encapsulated octet sequence.
|
byte[] |
CDREncapsCodec.encode(Any data)
Convert the given any into a CDR encapsulated octet sequence
|
void |
SlotTable.set_slot(int id,
Any data)
This method sets the slot data at the given slot id (index).
|
void |
PICurrent.set_slot(int id,
Any data)
This method sets the slot data at the given slot id (index) in the
Slot Table which is on the top of the SlotTableStack.
|
void |
ServerRequestInfoImpl.set_slot(int id,
Any data)
Allows an Interceptor to set a slot in the Current that is in the scope
of the request.
|
protected void |
ServerRequestInfoImpl.setDSIException(Any exception)
Stores the various sources of information used for this info object.
|
protected void |
ServerRequestInfoImpl.setDSIResult(Any result)
Stores the various sources of information used for this info object.
|
void |
PINoOpHandlerImpl.setServerPIExceptionInfo(Any exception) |
void |
PIHandlerImpl.setServerPIExceptionInfo(Any exception) |
void |
PINoOpHandlerImpl.setServerPIInfo(Any result) |
void |
PIHandlerImpl.setServerPIInfo(Any result) |
Modifier and Type | Method and Description |
---|---|
Any |
ORBSingleton.create_any() |
Any |
ORBImpl.create_any()
Create a new Any
|
Modifier and Type | Method and Description |
---|---|
NamedValue |
ORBSingleton.create_named_value(String s,
Any any,
int flags) |
NamedValue |
ORBImpl.create_named_value(String s,
Any any,
int flags)
Create a NamedValue
|
Policy |
ORBSingleton.create_policy(int type,
Any val) |
Policy |
ORBImpl.create_policy(int type,
Any val) |
Modifier and Type | Method and Description |
---|---|
static SystemException |
ORBUtility.extractSystemException(Any any) |
static void |
ORBUtility.insertSystemException(SystemException ex,
Any any)
Static method for writing a CORBA standard exception to an Any.
|
Modifier and Type | Method and Description |
---|---|
protected CorbaMessageMediator |
CorbaServerRequestDispatcherImpl.sendingReply(CorbaMessageMediator req,
Any excany)
Must always be called, just after the servant's method returns.
|
Modifier and Type | Method and Description |
---|---|
static short |
AddressingDispositionHelper.extract(Any a) |
static IORAddressingInfo |
IORAddressingInfoHelper.extract(Any a) |
static TargetAddress |
TargetAddressHelper.extract(Any a) |
static void |
IORAddressingInfoHelper.insert(Any a,
IORAddressingInfo that) |
static void |
AddressingDispositionHelper.insert(Any a,
short that) |
static void |
TargetAddressHelper.insert(Any a,
TargetAddress that) |
Modifier and Type | Method and Description |
---|---|
static String[] |
POANameHelper.extract(Any a) |
static NoSuchEndPoint |
NoSuchEndPointHelper.extract(Any a) |
static ServerNotActive |
ServerNotActiveHelper.extract(Any a) |
static InitialNameService |
InitialNameServiceHelper.extract(Any a) |
static Repository |
RepositoryHelper.extract(Any a) |
static InvalidORBid |
InvalidORBidHelper.extract(Any a) |
static String |
ORBidHelper.extract(Any a) |
static int |
ServerIdHelper.extract(Any a) |
static Activator |
ActivatorHelper.extract(Any a) |
static ServerHeldDown |
ServerHeldDownHelper.extract(Any a) |
static ServerAlreadyActive |
ServerAlreadyActiveHelper.extract(Any a) |
static ServerAlreadyRegistered |
ServerAlreadyRegisteredHelper.extract(Any a) |
static ServerAlreadyInstalled |
ServerAlreadyInstalledHelper.extract(Any a) |
static ServerAlreadyUninstalled |
ServerAlreadyUninstalledHelper.extract(Any a) |
static BadServerDefinition |
BadServerDefinitionHelper.extract(Any a) |
static ORBAlreadyRegistered |
ORBAlreadyRegisteredHelper.extract(Any a) |
static int |
TCPPortHelper.extract(Any a) |
static int[] |
ServerIdsHelper.extract(Any a) |
static EndPointInfo |
EndPointInfoHelper.extract(Any a) |
static EndPointInfo[] |
EndpointInfoListHelper.extract(Any a) |
static ORBPortInfo |
ORBPortInfoHelper.extract(Any a) |
static ORBPortInfo[] |
ORBPortInfoListHelper.extract(Any a) |
static String[] |
ORBidListHelper.extract(Any a) |
static Server |
ServerHelper.extract(Any a) |
static ServerManager |
ServerManagerHelper.extract(Any a) |
static ServerNotRegistered |
ServerNotRegisteredHelper.extract(Any a) |
static Locator |
LocatorHelper.extract(Any a) |
static void |
ActivatorHelper.insert(Any a,
Activator that) |
static void |
BadServerDefinitionHelper.insert(Any a,
BadServerDefinition that) |
static void |
EndPointInfoHelper.insert(Any a,
EndPointInfo that) |
static void |
EndpointInfoListHelper.insert(Any a,
EndPointInfo[] that) |
static void |
InitialNameServiceHelper.insert(Any a,
InitialNameService that) |
static void |
ServerIdHelper.insert(Any a,
int that) |
static void |
TCPPortHelper.insert(Any a,
int that) |
static void |
ServerIdsHelper.insert(Any a,
int[] that) |
static void |
InvalidORBidHelper.insert(Any a,
InvalidORBid that) |
static void |
LocatorHelper.insert(Any a,
Locator that) |
static void |
NoSuchEndPointHelper.insert(Any a,
NoSuchEndPoint that) |
static void |
ORBAlreadyRegisteredHelper.insert(Any a,
ORBAlreadyRegistered that) |
static void |
ORBPortInfoHelper.insert(Any a,
ORBPortInfo that) |
static void |
ORBPortInfoListHelper.insert(Any a,
ORBPortInfo[] that) |
static void |
RepositoryHelper.insert(Any a,
Repository that) |
static void |
ServerHelper.insert(Any a,
Server that) |
static void |
ServerAlreadyActiveHelper.insert(Any a,
ServerAlreadyActive that) |
static void |
ServerAlreadyInstalledHelper.insert(Any a,
ServerAlreadyInstalled that) |
static void |
ServerAlreadyRegisteredHelper.insert(Any a,
ServerAlreadyRegistered that) |
static void |
ServerAlreadyUninstalledHelper.insert(Any a,
ServerAlreadyUninstalled that) |
static void |
ServerHeldDownHelper.insert(Any a,
ServerHeldDown that) |
static void |
ServerManagerHelper.insert(Any a,
ServerManager that) |
static void |
ServerNotActiveHelper.insert(Any a,
ServerNotActive that) |
static void |
ServerNotRegisteredHelper.insert(Any a,
ServerNotRegistered that) |
static void |
ORBidHelper.insert(Any a,
String that) |
static void |
POANameHelper.insert(Any a,
String[] that) |
static void |
ORBidListHelper.insert(Any a,
String[] that) |
Modifier and Type | Method and Description |
---|---|
static NameAlreadyBound |
NameAlreadyBoundHelper.extract(Any a) |
static void |
NameAlreadyBoundHelper.insert(Any a,
NameAlreadyBound that) |
Modifier and Type | Method and Description |
---|---|
static ServerLocation |
ServerLocationHelper.extract(Any a) |
static ServerLocationPerORB |
ServerLocationPerORBHelper.extract(Any a) |
static void |
ServerLocationHelper.insert(Any a,
ServerLocation that) |
static void |
ServerLocationPerORBHelper.insert(Any a,
ServerLocationPerORB that) |
Modifier and Type | Method and Description |
---|---|
static ServerDef |
ServerDefHelper.extract(Any a) |
static String[] |
StringSeqHelper.extract(Any a) |
static void |
ServerDefHelper.insert(Any a,
ServerDef that) |
static void |
StringSeqHelper.insert(Any a,
String[] that) |
Modifier and Type | Method and Description |
---|---|
static TargetAddress |
TargetAddressHelper.extract(Any a) |
static Version |
VersionHelper.extract(Any a) |
static MessageHeader_1_0 |
MessageHeader_1_0Helper.extract(Any a) |
static MessageHeader_1_1 |
MessageHeader_1_2Helper.extract(Any a) |
static MessageHeader_1_1 |
MessageHeader_1_1Helper.extract(Any a) |
static short |
AddressingDispositionHelper.extract(Any a) |
static RequestHeader_1_2 |
RequestHeader_1_2Helper.extract(Any a) |
static IORAddressingInfo |
IORAddressingInfoHelper.extract(Any a) |
static ReplyStatusType_1_0 |
ReplyStatusType_1_0Helper.extract(Any a) |
static ReplyHeader_1_0 |
ReplyHeader_1_0Helper.extract(Any a) |
static ReplyHeader_1_0 |
ReplyHeader_1_1Helper.extract(Any a) |
static SystemExceptionReplyBody |
SystemExceptionReplyBodyHelper.extract(Any a) |
static CancelRequestHeader |
CancelRequestHeaderHelper.extract(Any a) |
static LocateRequestHeader_1_0 |
LocateRequestHeader_1_0Helper.extract(Any a) |
static LocateRequestHeader_1_0 |
LocateRequestHeader_1_1Helper.extract(Any a) |
static LocateRequestHeader_1_2 |
LocateRequestHeader_1_2Helper.extract(Any a) |
static LocateStatusType_1_0 |
LocateStatusType_1_0Helper.extract(Any a) |
static LocateReplyHeader_1_0 |
LocateReplyHeader_1_0Helper.extract(Any a) |
static LocateReplyHeader_1_0 |
LocateReplyHeader_1_1Helper.extract(Any a) |
static FragmentHeader_1_2 |
FragmentHeader_1_2Helper.extract(Any a) |
static RequestHeader_1_0 |
RequestHeader_1_0Helper.extract(Any a) |
static RequestHeader_1_1 |
RequestHeader_1_1Helper.extract(Any a) |
static void |
CancelRequestHeaderHelper.insert(Any a,
CancelRequestHeader that) |
static void |
FragmentHeader_1_2Helper.insert(Any a,
FragmentHeader_1_2 that) |
static void |
IORAddressingInfoHelper.insert(Any a,
IORAddressingInfo that) |
static void |
LocateReplyHeader_1_0Helper.insert(Any a,
LocateReplyHeader_1_0 that) |
static void |
LocateReplyHeader_1_1Helper.insert(Any a,
LocateReplyHeader_1_0 that) |
static void |
LocateRequestHeader_1_0Helper.insert(Any a,
LocateRequestHeader_1_0 that) |
static void |
LocateRequestHeader_1_1Helper.insert(Any a,
LocateRequestHeader_1_0 that) |
static void |
LocateRequestHeader_1_2Helper.insert(Any a,
LocateRequestHeader_1_2 that) |
static void |
LocateStatusType_1_0Helper.insert(Any a,
LocateStatusType_1_0 that) |
static void |
MessageHeader_1_0Helper.insert(Any a,
MessageHeader_1_0 that) |
static void |
MessageHeader_1_2Helper.insert(Any a,
MessageHeader_1_1 that) |
static void |
MessageHeader_1_1Helper.insert(Any a,
MessageHeader_1_1 that) |
static void |
ReplyHeader_1_0Helper.insert(Any a,
ReplyHeader_1_0 that) |
static void |
ReplyHeader_1_1Helper.insert(Any a,
ReplyHeader_1_0 that) |
static void |
ReplyStatusType_1_0Helper.insert(Any a,
ReplyStatusType_1_0 that) |
static void |
RequestHeader_1_0Helper.insert(Any a,
RequestHeader_1_0 that) |
static void |
RequestHeader_1_1Helper.insert(Any a,
RequestHeader_1_1 that) |
static void |
RequestHeader_1_2Helper.insert(Any a,
RequestHeader_1_2 that) |
static void |
AddressingDispositionHelper.insert(Any a,
short that) |
static void |
SystemExceptionReplyBodyHelper.insert(Any a,
SystemExceptionReplyBody that) |
static void |
TargetAddressHelper.insert(Any a,
TargetAddress that) |
static void |
VersionHelper.insert(Any a,
Version that) |
Modifier and Type | Method and Description |
---|---|
static IORAddressingInfo |
IORAddressingInfoHelper.extract(Any a) |
static short |
AddressingDispositionHelper.extract(Any a) |
static TargetAddress |
TargetAddressHelper.extract(Any a) |
static void |
IORAddressingInfoHelper.insert(Any a,
IORAddressingInfo that) |
static void |
AddressingDispositionHelper.insert(Any a,
short that) |
static void |
TargetAddressHelper.insert(Any a,
TargetAddress that) |
Modifier and Type | Method and Description |
---|---|
static String[] |
ServerIdsHelper.extract(Any a) |
static ServerAlreadyRegistered |
ServerAlreadyRegisteredHelper.extract(Any a) |
static ServerAlreadyActive |
ServerAlreadyActiveHelper.extract(Any a) |
static ServerManager |
ServerManagerHelper.extract(Any a) |
static ServerNotActive |
ServerNotActiveHelper.extract(Any a) |
static ServerProxy |
ServerProxyHelper.extract(Any a) |
static ORBProxy |
ORBProxyHelper.extract(Any a) |
static ServerAlreadyInstalled |
ServerAlreadyInstalledHelper.extract(Any a) |
static EndPointInfo[] |
EndpointInfoListHelper.extract(Any a) |
static Activator |
ActivatorHelper.extract(Any a) |
static EndPointInfo |
EndPointInfoHelper.extract(Any a) |
static ORBPortInfo |
ORBPortInfoHelper.extract(Any a) |
static ServerHeldDown |
ServerHeldDownHelper.extract(Any a) |
static ORBPortInfo[] |
ORBPortInfoListHelper.extract(Any a) |
static InvalidORBid |
InvalidORBidHelper.extract(Any a) |
static Repository |
RepositoryHelper.extract(Any a) |
static InitialNameService |
InitialNameServiceHelper.extract(Any a) |
static ServerNotRegistered |
ServerNotRegisteredHelper.extract(Any a) |
static Locator |
LocatorHelper.extract(Any a) |
static String[] |
ORBidListHelper.extract(Any a) |
static ServerAlreadyUninstalled |
ServerAlreadyUninstalledHelper.extract(Any a) |
static BadServerDefinition |
BadServerDefinitionHelper.extract(Any a) |
static ORBAlreadyRegistered |
ORBAlreadyRegisteredHelper.extract(Any a) |
static int |
TCPPortHelper.extract(Any a) |
static NoSuchEndPoint |
NoSuchEndPointHelper.extract(Any a) |
static void |
ActivatorHelper.insert(Any a,
Activator that) |
static void |
BadServerDefinitionHelper.insert(Any a,
BadServerDefinition that) |
static void |
EndPointInfoHelper.insert(Any a,
EndPointInfo that) |
static void |
EndpointInfoListHelper.insert(Any a,
EndPointInfo[] that) |
static void |
InitialNameServiceHelper.insert(Any a,
InitialNameService that) |
static void |
TCPPortHelper.insert(Any a,
int that) |
static void |
InvalidORBidHelper.insert(Any a,
InvalidORBid that) |
static void |
LocatorHelper.insert(Any a,
Locator that) |
static void |
NoSuchEndPointHelper.insert(Any a,
NoSuchEndPoint that) |
static void |
ORBAlreadyRegisteredHelper.insert(Any a,
ORBAlreadyRegistered that) |
static void |
ORBPortInfoHelper.insert(Any a,
ORBPortInfo that) |
static void |
ORBPortInfoListHelper.insert(Any a,
ORBPortInfo[] that) |
static void |
ORBProxyHelper.insert(Any a,
ORBProxy that) |
static void |
RepositoryHelper.insert(Any a,
Repository that) |
static void |
ServerAlreadyActiveHelper.insert(Any a,
ServerAlreadyActive that) |
static void |
ServerAlreadyInstalledHelper.insert(Any a,
ServerAlreadyInstalled that) |
static void |
ServerAlreadyRegisteredHelper.insert(Any a,
ServerAlreadyRegistered that) |
static void |
ServerAlreadyUninstalledHelper.insert(Any a,
ServerAlreadyUninstalled that) |
static void |
ServerHeldDownHelper.insert(Any a,
ServerHeldDown that) |
static void |
ServerManagerHelper.insert(Any a,
ServerManager that) |
static void |
ServerNotActiveHelper.insert(Any a,
ServerNotActive that) |
static void |
ServerNotRegisteredHelper.insert(Any a,
ServerNotRegistered that) |
static void |
ServerProxyHelper.insert(Any a,
ServerProxy that) |
static void |
ServerIdsHelper.insert(Any a,
String[] that) |
static void |
ORBidListHelper.insert(Any a,
String[] that) |
Modifier and Type | Method and Description |
---|---|
static NameAlreadyBound |
NameAlreadyBoundHelper.extract(Any a) |
static void |
NameAlreadyBoundHelper.insert(Any a,
NameAlreadyBound that) |
Modifier and Type | Method and Description |
---|---|
static ServerLocationPerType |
ServerLocationPerTypeHelper.extract(Any a) |
static ServerLocationPerORB |
ServerLocationPerORBHelper.extract(Any a) |
static void |
ServerLocationPerORBHelper.insert(Any a,
ServerLocationPerORB that) |
static void |
ServerLocationPerTypeHelper.insert(Any a,
ServerLocationPerType that) |
Modifier and Type | Method and Description |
---|---|
static String[] |
AppNamesHelper.extract(Any a) |
static ServerDef |
ServerDefHelper.extract(Any a) |
static void |
ServerDefHelper.insert(Any a,
ServerDef that) |
static void |
AppNamesHelper.insert(Any a,
String[] that) |
Modifier and Type | Method and Description |
---|---|
Policy |
PIHandler.create_policy(int type,
Any val) |
void |
PIHandler.setServerPIExceptionInfo(Any exception)
Notifies PI of additional information for server-side interceptors.
|
void |
PIHandler.setServerPIInfo(Any result)
Notifies PI of additional information for server-side interceptors.
|
Modifier and Type | Method and Description |
---|---|
static ValueMember |
ValueMemberHelper.extract(Any a) |
static short |
VisibilityHelper.extract(Any a) |
static ParameterMode |
ParameterModeHelper.extract(Any a) |
static Repository |
RepositoryHelper.extract(Any a) |
static AttributeMode |
AttributeModeHelper.extract(Any a) |
static String[] |
ContextIdSeqHelper.extract(Any a) |
static OperationDescription |
OperationDescriptionHelper.extract(Any a) |
static ParameterDescription[] |
ParDescriptionSeqHelper.extract(Any a) |
static IDLType |
IDLTypeHelper.extract(Any a) |
static String |
IdentifierHelper.extract(Any a) |
static StructMember |
StructMemberHelper.extract(Any a) |
static OperationMode |
OperationModeHelper.extract(Any a) |
static String |
RepositoryIdHelper.extract(Any a) |
static String |
VersionSpecHelper.extract(Any a) |
static String[] |
RepositoryIdSeqHelper.extract(Any a) |
static String |
ContextIdentifierHelper.extract(Any a) |
static DefinitionKind |
DefinitionKindHelper.extract(Any a) |
static ExceptionDescription |
ExceptionDescriptionHelper.extract(Any a) |
static AttributeDescription[] |
AttrDescriptionSeqHelper.extract(Any a) |
static Initializer[] |
InitializerSeqHelper.extract(Any a) |
static StructMember[] |
StructMemberSeqHelper.extract(Any a) |
static ParameterDescription |
ParameterDescriptionHelper.extract(Any a) |
static ValueMember[] |
ValueMemberSeqHelper.extract(Any a) |
static AttributeDescription |
AttributeDescriptionHelper.extract(Any a) |
static ExceptionDescription[] |
ExcDescriptionSeqHelper.extract(Any a) |
static Initializer |
InitializerHelper.extract(Any a) |
static OperationDescription[] |
OpDescriptionSeqHelper.extract(Any a) |
static void |
AttributeDescriptionHelper.insert(Any a,
AttributeDescription that) |
static void |
AttrDescriptionSeqHelper.insert(Any a,
AttributeDescription[] that) |
static void |
AttributeModeHelper.insert(Any a,
AttributeMode that) |
static void |
DefinitionKindHelper.insert(Any a,
DefinitionKind that) |
static void |
ExceptionDescriptionHelper.insert(Any a,
ExceptionDescription that) |
static void |
ExcDescriptionSeqHelper.insert(Any a,
ExceptionDescription[] that) |
static void |
IDLTypeHelper.insert(Any a,
IDLType that) |
static void |
InitializerHelper.insert(Any a,
Initializer that) |
static void |
InitializerSeqHelper.insert(Any a,
Initializer[] that) |
static void |
OperationDescriptionHelper.insert(Any a,
OperationDescription that) |
static void |
OpDescriptionSeqHelper.insert(Any a,
OperationDescription[] that) |
static void |
OperationModeHelper.insert(Any a,
OperationMode that) |
static void |
ParameterDescriptionHelper.insert(Any a,
ParameterDescription that) |
static void |
ParDescriptionSeqHelper.insert(Any a,
ParameterDescription[] that) |
static void |
ParameterModeHelper.insert(Any a,
ParameterMode that) |
static void |
RepositoryHelper.insert(Any a,
Repository that) |
static void |
VisibilityHelper.insert(Any a,
short that) |
static void |
IdentifierHelper.insert(Any a,
String that) |
static void |
RepositoryIdHelper.insert(Any a,
String that) |
static void |
VersionSpecHelper.insert(Any a,
String that) |
static void |
ContextIdentifierHelper.insert(Any a,
String that) |
static void |
ContextIdSeqHelper.insert(Any a,
String[] that) |
static void |
RepositoryIdSeqHelper.insert(Any a,
String[] that) |
static void |
StructMemberHelper.insert(Any a,
StructMember that) |
static void |
StructMemberSeqHelper.insert(Any a,
StructMember[] that) |
static void |
ValueMemberHelper.insert(Any a,
ValueMember that) |
static void |
ValueMemberSeqHelper.insert(Any a,
ValueMember[] that) |
Modifier and Type | Method and Description |
---|---|
static FullValueDescription |
FullValueDescriptionHelper.extract(Any a) |
static void |
FullValueDescriptionHelper.insert(Any a,
FullValueDescription that) |
Modifier and Type | Method and Description |
---|---|
static CodeBase |
CodeBaseHelper.extract(Any a) |
static void |
CodeBaseHelper.insert(Any a,
CodeBase that) |
Modifier and Type | Method and Description |
---|---|
static String |
URLHelper.extract(Any a) |
static String[] |
URLSeqHelper.extract(Any a) |
static FullValueDescription[] |
ValueDescSeqHelper.extract(Any a) |
static void |
ValueDescSeqHelper.insert(Any a,
FullValueDescription[] that) |
static void |
URLHelper.insert(Any a,
String that) |
static void |
URLSeqHelper.insert(Any a,
String[] that) |
Modifier and Type | Method and Description |
---|---|
static SASCurrent |
SASCurrentHelper.extract(Any a) |
static void |
SASCurrentHelper.insert(Any a,
SASCurrent that) |
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 |
Any |
NameValuePair.value
The value to be associated with a name by this
NameValuePair object. |
Any |
AnyHolder.value
The
Any value held by this AnyHolder object. |
Any[] |
AnySeqHolder.value |
Any |
ConstantDescription.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 name)
Creates an input argument with the given name and adds it to
this
Request object. |
abstract Any |
Request.add_named_inout_arg(String name)
Adds an input/output argument with the given name to this
Request object. |
abstract Any |
Request.add_named_out_arg(String name)
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 a) |
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 istream) |
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. |
Any |
ConstantDefOperations.value() |
Any |
ConstantDefPOATie.value() |
Any |
_ConstantDefStub.value() |
abstract Any |
NamedValue.value()
Retrieves the value for this
NamedValue object. |
Modifier and Type | Method and Description |
---|---|
abstract NamedValue |
NVList.add_value(String item_name,
Any val,
int flags)
Creates a new
NamedValue object initialized with the
given name, value, and flag,
and adds it to the end of this NVList object. |
ConstantDef |
_InterfaceDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ExtValueDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ExtInterfaceDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_AbstractInterfaceDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ExceptionDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ContainerPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ExceptionDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ExtInterfaceDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ValueDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ContainerOperations.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ExtAbstractInterfaceDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ContainerStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ValueDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ExtAbstractInterfaceDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
InterfaceDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ExtValueDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
LocalInterfaceDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
RepositoryPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_RepositoryStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ModuleDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ModuleDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
AbstractInterfaceDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_LocalInterfaceDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
UnionDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_UnionDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_StructDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ExtLocalInterfaceDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ExtLocalInterfaceDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
StructDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
DynAny |
ORB.create_dyn_any(Any value)
Deprecated.
Use the new DynAnyFactory API instead
|
abstract NamedValue |
ORB.create_named_value(String s,
Any any,
int flags)
Creates a
NamedValue object
using the given name, value, and argument mode flags. |
Policy |
ORB.create_policy(int type,
Any val)
Can be invoked to create new instances of policy objects
of a specific type with specified initial state.
|
abstract boolean |
Any.equal(Any a)
Checks for equality between this
Any object and the
given Any object. |
void |
ServerRequest.except(Any any)
Deprecated.
use set_exception()
|
static UnionMember |
UnionMemberHelper.extract(Any a) |
static UnionDef |
UnionDefHelper.extract(Any a) |
static long[] |
ULongLongSeqHelper.extract(Any a) |
static ExtLocalInterfaceDef[] |
ExtLocalInterfaceDefSeqHelper.extract(Any a) |
static Initializer |
InitializerHelper.extract(Any a) |
static FixedDef |
FixedDefHelper.extract(Any a) |
static SequenceDef |
SequenceDefHelper.extract(Any a) |
static OperationMode |
OperationModeHelper.extract(Any a) |
static OperationDef |
OperationDefHelper.extract(Any a) |
static Initializer[] |
InitializerSeqHelper.extract(Any a) |
static String |
WStringValueHelper.extract(Any a) |
static Current |
CurrentHelper.extract(Any a) |
static char[] |
WCharSeqHelper.extract(Any a) |
static WrongTransaction |
WrongTransactionHelper.extract(Any a) |
static StructMember |
StructMemberHelper.extract(Any a) |
static int |
PolicyTypeHelper.extract(Any a) |
static AttributeMode |
AttributeModeHelper.extract(Any a) |
static ExtAttributeDef |
ExtAttributeDefHelper.extract(Any a) |
static ParameterDescription |
ParameterDescriptionHelper.extract(Any a) |
static ExceptionDescription[] |
ExcDescriptionSeqHelper.extract(Any a) |
static ExtInitializer |
ExtInitializerHelper.extract(Any a) |
static String |
ContextIdentifierHelper.extract(Any a) |
static String |
IdentifierHelper.extract(Any a) |
static String |
ScopedNameHelper.extract(Any a) |
static String |
RepositoryIdHelper.extract(Any a) |
static AttributeDescription[] |
AttrDescriptionSeqHelper.extract(Any a) |
static Policy |
PolicyHelper.extract(Any a) |
static ExtInitializer[] |
ExtInitializerSeqHelper.extract(Any a) |
static String[] |
EnumMemberSeqHelper.extract(Any a) |
static InterfaceDescription |
InterfaceDescriptionHelper.extract(Any a) |
static double[] |
DoubleSeqHelper.extract(Any a) |
static IDLType |
IDLTypeHelper.extract(Any a) |
static UnionMember[] |
UnionMemberSeqHelper.extract(Any a) |
static String[] |
ContextIdSeqHelper.extract(Any a) |
static ExceptionDef |
ExceptionDefHelper.extract(Any a) |
static ExtAttributeDescription |
ExtAttributeDescriptionHelper.extract(Any a) |
static ParameterMode |
ParameterModeHelper.extract(Any a) |
static ExceptionDef[] |
ExceptionDefSeqHelper.extract(Any a) |
static AliasDef |
AliasDefHelper.extract(Any a) |
static NativeDef |
NativeDefHelper.extract(Any a) |
static AttributeDef |
AttributeDefHelper.extract(Any a) |
static OperationDescription |
OperationDescriptionHelper.extract(Any a) |
static InterfaceAttrExtension |
InterfaceAttrExtensionHelper.extract(Any a) |
static long[] |
LongLongSeqHelper.extract(Any a) |
static int[] |
LongSeqHelper.extract(Any a) |
static NameValuePair |
NameValuePairHelper.extract(Any a) |
static Object |
ObjectHelper.extract(Any a) |
static ExtAttributeDescription[] |
ExtAttrDescriptionSeqHelper.extract(Any a) |
static ValueMember |
ValueMemberHelper.extract(Any a) |
static Container |
ContainerHelper.extract(Any a) |
static InterfaceDef |
InterfaceDefHelper.extract(Any a) |
static ValueBoxDef |
ValueBoxDefHelper.extract(Any a) |
static ArrayDef |
ArrayDefHelper.extract(Any a) |
static String[] |
RepositoryIdSeqHelper.extract(Any a) |
static AttributeDescription |
AttributeDescriptionHelper.extract(Any a) |
static String |
FieldNameHelper.extract(Any a) |
static short[] |
ShortSeqHelper.extract(Any a) |
static String |
StringValueHelper.extract(Any a) |
static IRObject |
IRObjectHelper.extract(Any a) |
static DefinitionKind |
DefinitionKindHelper.extract(Any a) |
static Policy[] |
PolicyListHelper.extract(Any a) |
static ExtInterfaceDef |
ExtInterfaceDefHelper.extract(Any a) |
static ValueMemberDef |
ValueMemberDefHelper.extract(Any a) |
static ExtValueDef |
ExtValueDefHelper.extract(Any a) |
static short |
VisibilityHelper.extract(Any a) |
static byte[] |
OctetSeqHelper.extract(Any a) |
static ParameterDescription[] |
ParDescriptionSeqHelper.extract(Any a) |
static float[] |
FloatSeqHelper.extract(Any a) |
static Contained |
ContainedHelper.extract(Any a) |
static String |
VersionSpecHelper.extract(Any a) |
static ExtAbstractInterfaceDef |
ExtAbstractInterfaceDefHelper.extract(Any a) |
static PrimitiveKind |
PrimitiveKindHelper.extract(Any a) |
static UnknownUserException |
UnknownUserExceptionHelper.extract(Any a) |
static ConstantDescription |
ConstantDescriptionHelper.extract(Any a) |
static TypedefDef |
TypedefDefHelper.extract(Any a) |
static TypeDescription |
TypeDescriptionHelper.extract(Any a) |
static InterfaceDef[] |
InterfaceDefSeqHelper.extract(Any a) |
static AbstractInterfaceDef |
AbstractInterfaceDefHelper.extract(Any a) |
static char[] |
CharSeqHelper.extract(Any a) |
static ServiceInformation |
ServiceInformationHelper.extract(Any a) |
static Serializable |
ValueBaseHelper.extract(Any a) |
static boolean[] |
BooleanSeqHelper.extract(Any a) |
static LocalInterfaceDef |
LocalInterfaceDefHelper.extract(Any a) |
static Repository |
RepositoryHelper.extract(Any a) |
static ModuleDef |
ModuleDefHelper.extract(Any a) |
static ModuleDescription |
ModuleDescriptionHelper.extract(Any a) |
static SetOverrideType |
SetOverrideTypeHelper.extract(Any a) |
static int[] |
ULongSeqHelper.extract(Any a) |
static short[] |
UShortSeqHelper.extract(Any a) |
static CompletionStatus |
CompletionStatusHelper.extract(Any a) |
static ExtValueDef[] |
ExtValueDefSeqHelper.extract(Any a) |
static ExtLocalInterfaceDef |
ExtLocalInterfaceDefHelper.extract(Any a) |
static ValueDef[] |
ValueDefSeqHelper.extract(Any a) |
static ConstantDef |
ConstantDefHelper.extract(Any a) |
static AbstractInterfaceDef[] |
AbstractInterfaceDefSeqHelper.extract(Any a) |
static TCKind |
TCKindHelper.extract(Any a) |
static ServiceDetail |
ServiceDetailHelper.extract(Any a) |
static LocalInterfaceDef[] |
LocalInterfaceDefSeqHelper.extract(Any a) |
static Contained[] |
ContainedSeqHelper.extract(Any a) |
static EnumDef |
EnumDefHelper.extract(Any a) |
static StructDef |
StructDefHelper.extract(Any a) |
static ExtInterfaceDef[] |
ExtInterfaceDefSeqHelper.extract(Any a) |
static ExtAbstractInterfaceDef[] |
ExtAbstractInterfaceDefSeqHelper.extract(Any a) |
static Any[] |
AnySeqHelper.extract(Any a) |
static StructMember[] |
StructMemberSeqHelper.extract(Any a) |
static ExceptionDescription |
ExceptionDescriptionHelper.extract(Any a) |
static PrimitiveDef |
PrimitiveDefHelper.extract(Any a) |
static StringDef |
StringDefHelper.extract(Any a) |
static WstringDef |
WstringDefHelper.extract(Any a) |
static OperationDescription[] |
OpDescriptionSeqHelper.extract(Any a) |
static ValueMember[] |
ValueMemberSeqHelper.extract(Any a) |
static ValueDef |
ValueDefHelper.extract(Any a) |
static ValueDescription |
ValueDescriptionHelper.extract(Any a) |
void |
DynAny.from_any(Any value)
Deprecated.
Make a
DynAny object from an Any
object. |
void |
DynAny.insert_any(Any value)
Deprecated.
Inserts the given
org.omg.CORBA.Any object as the value for this
DynAny object. |
abstract void |
Any.insert_any(Any a)
Inserts the given
Any object
into this Any object's value field. |
static void |
AbstractInterfaceDefHelper.insert(Any a,
AbstractInterfaceDef that) |
static void |
AbstractInterfaceDefSeqHelper.insert(Any a,
AbstractInterfaceDef[] that) |
static void |
AliasDefHelper.insert(Any a,
AliasDef that) |
static void |
AnySeqHelper.insert(Any a,
Any[] that) |
static void |
AnySeqHelper.insert(Any a,
Any[] that) |
static void |
ArrayDefHelper.insert(Any a,
ArrayDef that) |
static void |
AttributeDefHelper.insert(Any a,
AttributeDef that) |
static void |
AttributeDescriptionHelper.insert(Any a,
AttributeDescription that) |
static void |
AttrDescriptionSeqHelper.insert(Any a,
AttributeDescription[] that) |
static void |
AttributeModeHelper.insert(Any a,
AttributeMode that) |
static void |
BooleanSeqHelper.insert(Any a,
boolean[] that) |
static void |
OctetSeqHelper.insert(Any a,
byte[] that) |
static void |
WCharSeqHelper.insert(Any a,
char[] that) |
static void |
CharSeqHelper.insert(Any a,
char[] that) |
static void |
CompletionStatusHelper.insert(Any a,
CompletionStatus that) |
static void |
ConstantDefHelper.insert(Any a,
ConstantDef that) |
static void |
ConstantDescriptionHelper.insert(Any a,
ConstantDescription that) |
static void |
ContainedHelper.insert(Any a,
Contained that) |
static void |
ContainedSeqHelper.insert(Any a,
Contained[] that) |
static void |
ContainerHelper.insert(Any a,
Container that) |
static void |
CurrentHelper.insert(Any a,
Current that) |
static void |
DefinitionKindHelper.insert(Any a,
DefinitionKind that) |
static void |
DoubleSeqHelper.insert(Any a,
double[] that) |
static void |
EnumDefHelper.insert(Any a,
EnumDef that) |
static void |
ExceptionDefHelper.insert(Any a,
ExceptionDef that) |
static void |
ExceptionDefSeqHelper.insert(Any a,
ExceptionDef[] that) |
static void |
ExceptionDescriptionHelper.insert(Any a,
ExceptionDescription that) |
static void |
ExcDescriptionSeqHelper.insert(Any a,
ExceptionDescription[] that) |
static void |
ExtAbstractInterfaceDefHelper.insert(Any a,
ExtAbstractInterfaceDef that) |
static void |
ExtAbstractInterfaceDefSeqHelper.insert(Any a,
ExtAbstractInterfaceDef[] that) |
static void |
ExtAttributeDefHelper.insert(Any a,
ExtAttributeDef that) |
static void |
ExtAttributeDescriptionHelper.insert(Any a,
ExtAttributeDescription that) |
static void |
ExtAttrDescriptionSeqHelper.insert(Any a,
ExtAttributeDescription[] that) |
static void |
ExtInitializerHelper.insert(Any a,
ExtInitializer that) |
static void |
ExtInitializerSeqHelper.insert(Any a,
ExtInitializer[] that) |
static void |
ExtInterfaceDefHelper.insert(Any a,
ExtInterfaceDef that) |
static void |
ExtInterfaceDefSeqHelper.insert(Any a,
ExtInterfaceDef[] that) |
static void |
ExtLocalInterfaceDefHelper.insert(Any a,
ExtLocalInterfaceDef that) |
static void |
ExtLocalInterfaceDefSeqHelper.insert(Any a,
ExtLocalInterfaceDef[] that) |
static void |
ExtValueDefHelper.insert(Any a,
ExtValueDef that) |
static void |
ExtValueDefSeqHelper.insert(Any a,
ExtValueDef[] that) |
static void |
FixedDefHelper.insert(Any a,
FixedDef that) |
static void |
FloatSeqHelper.insert(Any a,
float[] that) |
static void |
IDLTypeHelper.insert(Any a,
IDLType that) |
static void |
InitializerHelper.insert(Any a,
Initializer that) |
static void |
InitializerSeqHelper.insert(Any a,
Initializer[] that) |
static void |
PolicyTypeHelper.insert(Any a,
int that) |
static void |
LongSeqHelper.insert(Any a,
int[] that) |
static void |
ULongSeqHelper.insert(Any a,
int[] that) |
static void |
InterfaceAttrExtensionHelper.insert(Any a,
InterfaceAttrExtension that) |
static void |
InterfaceDefHelper.insert(Any a,
InterfaceDef that) |
static void |
InterfaceDefSeqHelper.insert(Any a,
InterfaceDef[] that) |
static void |
InterfaceDescriptionHelper.insert(Any a,
InterfaceDescription that) |
static void |
IRObjectHelper.insert(Any a,
IRObject that) |
static void |
LocalInterfaceDefHelper.insert(Any a,
LocalInterfaceDef that) |
static void |
LocalInterfaceDefSeqHelper.insert(Any a,
LocalInterfaceDef[] that) |
static void |
ULongLongSeqHelper.insert(Any a,
long[] that) |
static void |
LongLongSeqHelper.insert(Any a,
long[] that) |
static void |
ModuleDefHelper.insert(Any a,
ModuleDef that) |
static void |
ModuleDescriptionHelper.insert(Any a,
ModuleDescription that) |
static void |
NameValuePairHelper.insert(Any a,
NameValuePair that) |
static void |
NativeDefHelper.insert(Any a,
NativeDef that) |
static void |
ObjectHelper.insert(Any a,
Object that) |
static void |
OperationDefHelper.insert(Any a,
OperationDef that) |
static void |
OperationDescriptionHelper.insert(Any a,
OperationDescription that) |
static void |
OpDescriptionSeqHelper.insert(Any a,
OperationDescription[] that) |
static void |
OperationModeHelper.insert(Any a,
OperationMode that) |
static void |
ParameterDescriptionHelper.insert(Any a,
ParameterDescription that) |
static void |
ParDescriptionSeqHelper.insert(Any a,
ParameterDescription[] that) |
static void |
ParameterModeHelper.insert(Any a,
ParameterMode that) |
static void |
PolicyHelper.insert(Any a,
Policy that) |
static void |
PolicyListHelper.insert(Any a,
Policy[] that) |
static void |
PrimitiveDefHelper.insert(Any a,
PrimitiveDef that) |
static void |
PrimitiveKindHelper.insert(Any a,
PrimitiveKind that) |
static void |
RepositoryHelper.insert(Any a,
Repository that) |
static void |
SequenceDefHelper.insert(Any a,
SequenceDef that) |
static void |
ValueBaseHelper.insert(Any a,
Serializable that) |
static void |
ServiceDetailHelper.insert(Any a,
ServiceDetail that) |
static void |
ServiceInformationHelper.insert(Any a,
ServiceInformation that) |
static void |
SetOverrideTypeHelper.insert(Any a,
SetOverrideType that) |
static void |
VisibilityHelper.insert(Any a,
short that) |
static void |
ShortSeqHelper.insert(Any a,
short[] that) |
static void |
UShortSeqHelper.insert(Any a,
short[] that) |
static void |
WStringValueHelper.insert(Any a,
String that) |
static void |
ContextIdentifierHelper.insert(Any a,
String that) |
static void |
IdentifierHelper.insert(Any a,
String that) |
static void |
ScopedNameHelper.insert(Any a,
String that) |
static void |
RepositoryIdHelper.insert(Any a,
String that) |
static void |
FieldNameHelper.insert(Any a,
String that) |
static void |
StringValueHelper.insert(Any a,
String that) |
static void |
VersionSpecHelper.insert(Any a,
String that) |
static void |
EnumMemberSeqHelper.insert(Any a,
String[] that) |
static void |
ContextIdSeqHelper.insert(Any a,
String[] that) |
static void |
RepositoryIdSeqHelper.insert(Any a,
String[] that) |
static void |
StringDefHelper.insert(Any a,
StringDef that) |
static void |
StructDefHelper.insert(Any a,
StructDef that) |
static void |
StructMemberHelper.insert(Any a,
StructMember that) |
static void |
StructMemberSeqHelper.insert(Any a,
StructMember[] that) |
static void |
TCKindHelper.insert(Any a,
TCKind that) |
static void |
TypedefDefHelper.insert(Any a,
TypedefDef that) |
static void |
TypeDescriptionHelper.insert(Any a,
TypeDescription that) |
static void |
UnionDefHelper.insert(Any a,
UnionDef that) |
static void |
UnionMemberHelper.insert(Any a,
UnionMember that) |
static void |
UnionMemberSeqHelper.insert(Any a,
UnionMember[] that) |
static void |
UnknownUserExceptionHelper.insert(Any a,
UnknownUserException that) |
static void |
ValueBoxDefHelper.insert(Any a,
ValueBoxDef that) |
static void |
ValueDefHelper.insert(Any a,
ValueDef that) |
static void |
ValueDefSeqHelper.insert(Any a,
ValueDef[] that) |
static void |
ValueDescriptionHelper.insert(Any a,
ValueDescription that) |
static void |
ValueMemberHelper.insert(Any a,
ValueMember that) |
static void |
ValueMemberSeqHelper.insert(Any a,
ValueMember[] that) |
static void |
ValueMemberDefHelper.insert(Any a,
ValueMemberDef that) |
static void |
WrongTransactionHelper.insert(Any a,
WrongTransaction that) |
static void |
WstringDefHelper.insert(Any a,
WstringDef that) |
void |
ServerRequest.result(Any any)
Deprecated.
use the method
set_result |
void |
DynSequence.set_elements(Any[] value)
Deprecated.
Sets the values of all elements in this sequence with the given
array.
|
void |
DynArray.set_elements(Any[] value)
Deprecated.
Sets the value of this
DynArray object to the given array. |
void |
ServerRequest.set_exception(Any any)
Throws an
org.omg.CORBA.NO_IMPLEMENT exception. |
abstract void |
Context.set_one_value(String propname,
Any propvalue)
Creates a
NamedValue object and adds it to this
Context object. |
void |
ServerRequest.set_result(Any any)
Throws an
org.omg.CORBA.NO_IMPLEMENT exception. |
void |
ConstantDefOperations.value(Any newValue) |
void |
ConstantDefPOATie.value(Any newValue) |
void |
_ConstantDefStub.value(Any newValue) |
void |
DataOutputStream.write_any_array(Any[] seq,
int offset,
int length)
Writes the array of IDL Anys from offset for length elements to the
output stream.
|
void |
DataOutputStream.write_any(Any value)
Writes the Any value to the output stream.
|
static void |
AnySeqHelper.write(OutputStream ostream,
Any[] value) |
Constructor and Description |
---|
AnyHolder(Any initial)
Constructs a new
AnyHolder object for the given
Any object. |
AnySeqHolder(Any[] initialValue) |
ConstantDescription(String _name,
String _id,
String _defined_in,
String _version,
TypeCode _type,
Any _value) |
NameValuePair(String __id,
Any __value)
Constructs a
NameValuePair object that associates
the given name with the given org.omg.CORBA.Any object. |
UnionMember(String _name,
Any _label,
TypeCode _type,
IDLType _type_def) |
UnknownUserException(Any a)
Constructs an
UnknownUserException object that contains the given
Any object. |
Modifier and Type | Method and Description |
---|---|
ConstantDef |
_EventDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_RepositoryStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ModuleDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_HomeDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ComponentDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
_ComponentDefStub.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
EventDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
ModuleDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
RepositoryPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
ConstantDef |
HomeDefPOATie.create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
static UsesDescription |
UsesDescriptionHelper.extract(Any a) |
static Repository |
RepositoryHelper.extract(Any a) |
static ProvidesDef |
ProvidesDefHelper.extract(Any a) |
static ProvidesDescription |
ProvidesDescriptionHelper.extract(Any a) |
static EmitsDef |
EmitsDefHelper.extract(Any a) |
static UsesDef |
UsesDefHelper.extract(Any a) |
static PublishesDef |
PublishesDefHelper.extract(Any a) |
static EventDef |
EventDefHelper.extract(Any a) |
static EventPortDef |
EventPortDefHelper.extract(Any a) |
static EventPortDescription |
EventPortDescriptionHelper.extract(Any a) |
static ConsumesDef |
ConsumesDefHelper.extract(Any a) |
static ComponentDef |
ComponentDefHelper.extract(Any a) |
static ProvidesDescription[] |
ProvidesDescriptionSeqHelper.extract(Any a) |
static UsesDescription[] |
UsesDescriptionSeqHelper.extract(Any a) |
static EventPortDescription[] |
EventPortDescriptionSeqHelper.extract(Any a) |
static FactoryDef |
FactoryDefHelper.extract(Any a) |
static FinderDef |
FinderDefHelper.extract(Any a) |
static Container |
ContainerHelper.extract(Any a) |
static ModuleDef |
ModuleDefHelper.extract(Any a) |
static ComponentDescription |
ComponentDescriptionHelper.extract(Any a) |
static HomeDescription |
HomeDescriptionHelper.extract(Any a) |
static HomeDef |
HomeDefHelper.extract(Any a) |
static void |
ComponentDefHelper.insert(Any a,
ComponentDef that) |
static void |
ComponentDescriptionHelper.insert(Any a,
ComponentDescription that) |
static void |
ConsumesDefHelper.insert(Any a,
ConsumesDef that) |
static void |
ContainerHelper.insert(Any a,
Container that) |
static void |
EmitsDefHelper.insert(Any a,
EmitsDef that) |
static void |
EventDefHelper.insert(Any a,
EventDef that) |
static void |
EventPortDefHelper.insert(Any a,
EventPortDef that) |
static void |
EventPortDescriptionHelper.insert(Any a,
EventPortDescription that) |
static void |
EventPortDescriptionSeqHelper.insert(Any a,
EventPortDescription[] that) |
static void |
FactoryDefHelper.insert(Any a,
FactoryDef that) |
static void |
FinderDefHelper.insert(Any a,
FinderDef that) |
static void |
HomeDefHelper.insert(Any a,
HomeDef that) |
static void |
HomeDescriptionHelper.insert(Any a,
HomeDescription that) |
static void |
ModuleDefHelper.insert(Any a,
ModuleDef that) |
static void |
ProvidesDefHelper.insert(Any a,
ProvidesDef that) |
static void |
ProvidesDescriptionHelper.insert(Any a,
ProvidesDescription that) |
static void |
ProvidesDescriptionSeqHelper.insert(Any a,
ProvidesDescription[] that) |
static void |
PublishesDefHelper.insert(Any a,
PublishesDef that) |
static void |
RepositoryHelper.insert(Any a,
Repository that) |
static void |
UsesDefHelper.insert(Any a,
UsesDef that) |
static void |
UsesDescriptionHelper.insert(Any a,
UsesDescription that) |
static void |
UsesDescriptionSeqHelper.insert(Any a,
UsesDescription[] that) |
Modifier and Type | Field and Description |
---|---|
Any |
Description.value |
Modifier and Type | Method and Description |
---|---|
static Description |
DescriptionHelper.extract(Any a) |
static void |
DescriptionHelper.insert(Any a,
Description that) |
Constructor and Description |
---|
Description(DefinitionKind _kind,
Any _value) |
Modifier and Type | Field and Description |
---|---|
Any |
Description.value |
Modifier and Type | Method and Description |
---|---|
static Description |
DescriptionHelper.extract(Any a) |
static Description[] |
DescriptionSeqHelper.extract(Any a) |
static void |
DescriptionHelper.insert(Any a,
Description that) |
static void |
DescriptionSeqHelper.insert(Any a,
Description[] that) |
Constructor and Description |
---|
Description(Contained _contained_object,
DefinitionKind _kind,
Any _value) |
Modifier and Type | Method and Description |
---|---|
static ExtFullValueDescription |
ExtFullValueDescriptionHelper.extract(Any a) |
static void |
ExtFullValueDescriptionHelper.insert(Any a,
ExtFullValueDescription that) |
Modifier and Type | Method and Description |
---|---|
static ExtFullInterfaceDescription |
ExtFullInterfaceDescriptionHelper.extract(Any a) |
static void |
ExtFullInterfaceDescriptionHelper.insert(Any a,
ExtFullInterfaceDescription that) |
Modifier and Type | Method and Description |
---|---|
static FullInterfaceDescription |
FullInterfaceDescriptionHelper.extract(Any a) |
static void |
FullInterfaceDescriptionHelper.insert(Any a,
FullInterfaceDescription that) |
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 value)
Writes an Any on this output stream.
|
Modifier and Type | Method and Description |
---|---|
static FullValueDescription |
FullValueDescriptionHelper.extract(Any a) |
static void |
FullValueDescriptionHelper.insert(Any a,
FullValueDescription that) |
Modifier and Type | Method and Description |
---|---|
static BindingIterator |
BindingIteratorHelper.extract(Any a) |
static NameComponent |
NameComponentHelper.extract(Any a) |
static Binding |
BindingHelper.extract(Any a) |
static String |
IstringHelper.extract(Any a) |
static BindingType |
BindingTypeHelper.extract(Any a) |
static Binding[] |
BindingListHelper.extract(Any a) |
static NameComponent[] |
NameHelper.extract(Any a) |
static NamingContext |
NamingContextHelper.extract(Any a) |
static NamingContextExt |
NamingContextExtHelper.extract(Any a) |
static void |
BindingHelper.insert(Any a,
Binding that) |
static void |
BindingListHelper.insert(Any a,
Binding[] that) |
static void |
BindingIteratorHelper.insert(Any a,
BindingIterator that) |
static void |
BindingTypeHelper.insert(Any a,
BindingType that) |
static void |
NameComponentHelper.insert(Any a,
NameComponent that) |
static void |
NameHelper.insert(Any a,
NameComponent[] that) |
static void |
NamingContextHelper.insert(Any a,
NamingContext that) |
static void |
NamingContextExtHelper.insert(Any a,
NamingContextExt that) |
static void |
IstringHelper.insert(Any a,
String that) |
Modifier and Type | Method and Description |
---|---|
static String |
URLStringHelper.extract(Any a) |
static String |
StringNameHelper.extract(Any a) |
static InvalidAddress |
InvalidAddressHelper.extract(Any a) |
static String |
AddressHelper.extract(Any a) |
static void |
InvalidAddressHelper.insert(Any a,
InvalidAddress that) |
static void |
URLStringHelper.insert(Any a,
String that) |
static void |
StringNameHelper.insert(Any a,
String that) |
static void |
AddressHelper.insert(Any a,
String that) |
Modifier and Type | Method and Description |
---|---|
static NotEmpty |
NotEmptyHelper.extract(Any a) |
static InvalidName |
InvalidNameHelper.extract(Any a) |
static AlreadyBound |
AlreadyBoundHelper.extract(Any a) |
static CannotProceed |
CannotProceedHelper.extract(Any a) |
static NotFoundReason |
NotFoundReasonHelper.extract(Any a) |
static NotFound |
NotFoundHelper.extract(Any a) |
static void |
AlreadyBoundHelper.insert(Any a,
AlreadyBound that) |
static void |
CannotProceedHelper.insert(Any a,
CannotProceed that) |
static void |
InvalidNameHelper.insert(Any a,
InvalidName that) |
static void |
NotEmptyHelper.insert(Any a,
NotEmpty that) |
static void |
NotFoundHelper.insert(Any a,
NotFound that) |
static void |
NotFoundReasonHelper.insert(Any a,
NotFoundReason that) |
Modifier and Type | Method and Description |
---|---|
static EstablishContext |
EstablishContextHelper.extract(Any a) |
static CompleteEstablishContext |
CompleteEstablishContextHelper.extract(Any a) |
static MessageInContext |
MessageInContextHelper.extract(Any a) |
static SASContextBody |
SASContextBodyHelper.extract(Any a) |
static ContextError |
ContextErrorHelper.extract(Any a) |
static String |
StringOIDHelper.extract(Any a) |
static byte[] |
GSSTokenHelper.extract(Any a) |
static short |
MsgTypeHelper.extract(Any a) |
static long |
ContextIdHelper.extract(Any a) |
static byte[] |
X509CertificateChainHelper.extract(Any a) |
static byte[] |
X501DistinguishedNameHelper.extract(Any a) |
static byte[] |
UTF8StringHelper.extract(Any a) |
static byte[] |
OIDHelper.extract(Any a) |
static byte[][] |
OIDListHelper.extract(Any a) |
static byte[] |
GSS_NT_ExportedNameHelper.extract(Any a) |
static byte[][] |
GSS_NT_ExportedNameListHelper.extract(Any a) |
static byte[] |
AuthorizationElementContentsHelper.extract(Any a) |
static int |
AuthorizationElementTypeHelper.extract(Any a) |
static AuthorizationElement[] |
AuthorizationTokenHelper.extract(Any a) |
static AuthorizationElement |
AuthorizationElementHelper.extract(Any a) |
static int |
IdentityTokenTypeHelper.extract(Any a) |
static IdentityToken |
IdentityTokenHelper.extract(Any a) |
static byte[] |
IdentityExtensionHelper.extract(Any a) |
static void |
AuthorizationElementHelper.insert(Any a,
AuthorizationElement that) |
static void |
AuthorizationTokenHelper.insert(Any a,
AuthorizationElement[] that) |
static void |
GSSTokenHelper.insert(Any a,
byte[] that) |
static void |
X509CertificateChainHelper.insert(Any a,
byte[] that) |
static void |
X501DistinguishedNameHelper.insert(Any a,
byte[] that) |
static void |
UTF8StringHelper.insert(Any a,
byte[] that) |
static void |
OIDHelper.insert(Any a,
byte[] that) |
static void |
GSS_NT_ExportedNameHelper.insert(Any a,
byte[] that) |
static void |
AuthorizationElementContentsHelper.insert(Any a,
byte[] that) |
static void |
IdentityExtensionHelper.insert(Any a,
byte[] that) |
static void |
OIDListHelper.insert(Any a,
byte[][] that) |
static void |
GSS_NT_ExportedNameListHelper.insert(Any a,
byte[][] that) |
static void |
CompleteEstablishContextHelper.insert(Any a,
CompleteEstablishContext that) |
static void |
ContextErrorHelper.insert(Any a,
ContextError that) |
static void |
EstablishContextHelper.insert(Any a,
EstablishContext that) |
static void |
IdentityTokenHelper.insert(Any a,
IdentityToken that) |
static void |
AuthorizationElementTypeHelper.insert(Any a,
int that) |
static void |
IdentityTokenTypeHelper.insert(Any a,
int that) |
static void |
ContextIdHelper.insert(Any a,
long that) |
static void |
MessageInContextHelper.insert(Any a,
MessageInContext that) |
static void |
SASContextBodyHelper.insert(Any a,
SASContextBody that) |
static void |
MsgTypeHelper.insert(Any a,
short that) |
static void |
StringOIDHelper.insert(Any a,
String that) |
Modifier and Type | Method and Description |
---|---|
static short |
AssociationOptionsHelper.extract(Any a) |
static byte[] |
ServiceSpecificNameHelper.extract(Any a) |
static int |
ServiceConfigurationSyntaxHelper.extract(Any a) |
static ServiceConfiguration |
ServiceConfigurationHelper.extract(Any a) |
static ServiceConfiguration[] |
ServiceConfigurationListHelper.extract(Any a) |
static SAS_ContextSec |
SAS_ContextSecHelper.extract(Any a) |
static AS_ContextSec |
AS_ContextSecHelper.extract(Any a) |
static CompoundSecMech |
CompoundSecMechHelper.extract(Any a) |
static CompoundSecMech[] |
CompoundSecMechanismsHelper.extract(Any a) |
static CompoundSecMechList |
CompoundSecMechListHelper.extract(Any a) |
static TransportAddress |
TransportAddressHelper.extract(Any a) |
static TransportAddress[] |
TransportAddressListHelper.extract(Any a) |
static SECIOP_SEC_TRANS |
SECIOP_SEC_TRANSHelper.extract(Any a) |
static TLS_SEC_TRANS |
TLS_SEC_TRANSHelper.extract(Any a) |
static void |
AS_ContextSecHelper.insert(Any a,
AS_ContextSec that) |
static void |
ServiceSpecificNameHelper.insert(Any a,
byte[] that) |
static void |
CompoundSecMechHelper.insert(Any a,
CompoundSecMech that) |
static void |
CompoundSecMechanismsHelper.insert(Any a,
CompoundSecMech[] that) |
static void |
CompoundSecMechListHelper.insert(Any a,
CompoundSecMechList that) |
static void |
ServiceConfigurationSyntaxHelper.insert(Any a,
int that) |
static void |
SAS_ContextSecHelper.insert(Any a,
SAS_ContextSec that) |
static void |
SECIOP_SEC_TRANSHelper.insert(Any a,
SECIOP_SEC_TRANS that) |
static void |
ServiceConfigurationHelper.insert(Any a,
ServiceConfiguration that) |
static void |
ServiceConfigurationListHelper.insert(Any a,
ServiceConfiguration[] that) |
static void |
AssociationOptionsHelper.insert(Any a,
short that) |
static void |
TLS_SEC_TRANSHelper.insert(Any a,
TLS_SEC_TRANS that) |
static void |
TransportAddressHelper.insert(Any a,
TransportAddress that) |
static void |
TransportAddressListHelper.insert(Any a,
TransportAddress[] that) |
Modifier and Type | Field and Description |
---|---|
Any |
Parameter.argument |
Modifier and Type | Method and Description |
---|---|
static Parameter |
ParameterHelper.extract(Any a) |
static Parameter[] |
ParameterListHelper.extract(Any a) |
static String[] |
ContextListHelper.extract(Any a) |
static TypeCode[] |
ExceptionListHelper.extract(Any a) |
static String[] |
RequestContextHelper.extract(Any a) |
static void |
ParameterHelper.insert(Any a,
Parameter that) |
static void |
ParameterListHelper.insert(Any a,
Parameter[] that) |
static void |
ContextListHelper.insert(Any a,
String[] that) |
static void |
RequestContextHelper.insert(Any a,
String[] that) |
static void |
ExceptionListHelper.insert(Any a,
TypeCode[] that) |
Constructor and Description |
---|
Parameter(Any _argument,
ParameterMode _mode) |
Modifier and Type | Field and Description |
---|---|
Any |
NameValuePair.value
The Any value associated with the name.
|
Any[] |
AnySeqHolder.value |
Modifier and Type | Method and Description |
---|---|
static Any[] |
AnySeqHelper.extract(Any a) |
Any |
DynEnumPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynFixedPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynUnionPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynStructPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynSequencePOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynValueCommonPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynValueBoxPOATie.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 |
_DynValueCommonStub.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 |
DynArrayPOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
DynValuePOATie.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynValueBoxStub.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 |
_DynArrayStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.
|
Any |
_DynValueStub.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 |
_DynFixedStub.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 |
DynAnyPOATie.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 |
DynValueBoxPOATie.get_boxed_value()
Returns the boxed value as an Any.
|
Any |
DynValueBoxOperations.get_boxed_value()
Returns the boxed value as an Any.
|
Any |
_DynValueBoxStub.get_boxed_value()
Returns the boxed value as an Any.
|
Any[] |
DynSequencePOATie.get_elements()
Returns the elements of the sequence.
|
Any[] |
_DynSequenceStub.get_elements()
Returns the elements of the sequence.
|
Any[] |
DynArrayPOATie.get_elements()
Returns the elements of the DynArray.
|
Any[] |
_DynArrayStub.get_elements()
Returns the elements of the DynArray.
|
Any[] |
DynSequenceOperations.get_elements()
Returns the elements of the sequence.
|
Any[] |
DynArrayOperations.get_elements()
Returns the elements of the DynArray.
|
static Any[] |
AnySeqHelper.read(InputStream istream) |
Any |
DynEnumPOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
DynFixedPOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
DynUnionPOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
DynStructPOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
DynSequencePOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
DynValueCommonPOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
DynValueBoxPOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynSequenceStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynValueCommonStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynStructStub.to_any()
Creates an any value from a DynAny object.
|
Any |
DynArrayPOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
DynValuePOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynValueBoxStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynUnionStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynArrayStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynValueStub.to_any()
Creates an any value from a DynAny object.
|
Any |
DynAnyOperations.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynFixedStub.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynAnyStub.to_any()
Creates an any value from a DynAny object.
|
Any |
DynAnyPOATie.to_any()
Creates an any value from a DynAny object.
|
Any |
_DynEnumStub.to_any()
Creates an any value from a DynAny object.
|
Modifier and Type | Method and Description |
---|---|
DynAny |
DynAnyFactoryPOATie.create_dyn_any(Any value)
Creates a new DynAny object from an any value.
|
DynAny |
_DynAnyFactoryStub.create_dyn_any(Any value)
Creates a new DynAny object from an any value.
|
DynAny |
DynAnyFactoryOperations.create_dyn_any(Any value)
Creates a new DynAny object from an any value.
|
static NameDynAnyPair |
NameDynAnyPairHelper.extract(Any a) |
static DynFixed |
DynFixedHelper.extract(Any a) |
static DynEnum |
DynEnumHelper.extract(Any a) |
static String |
FieldNameHelper.extract(Any a) |
static NameDynAnyPair[] |
NameDynAnyPairSeqHelper.extract(Any a) |
static NameValuePair[] |
NameValuePairSeqHelper.extract(Any a) |
static NameValuePair |
NameValuePairHelper.extract(Any a) |
static DynStruct |
DynStructHelper.extract(Any a) |
static DynSequence |
DynSequenceHelper.extract(Any a) |
static DynAny[] |
DynAnySeqHelper.extract(Any a) |
static DynValue |
DynValueHelper.extract(Any a) |
static Any[] |
AnySeqHelper.extract(Any a) |
static DynValueBox |
DynValueBoxHelper.extract(Any a) |
static DynValueCommon |
DynValueCommonHelper.extract(Any a) |
static DynArray |
DynArrayHelper.extract(Any a) |
static DynAnyFactory |
DynAnyFactoryHelper.extract(Any a) |
static DynAny |
DynAnyHelper.extract(Any a) |
static DynUnion |
DynUnionHelper.extract(Any a) |
void |
DynEnumPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynFixedPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynUnionPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynStructPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynSequencePOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynValueCommonPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynValueBoxPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynSequenceStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynValueCommonStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynStructStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynArrayPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynValuePOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynValueBoxStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynUnionStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynArrayStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynValueStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynAnyOperations.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynFixedStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynAnyStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynAnyPOATie.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
_DynEnumStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.
|
void |
DynEnumPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynFixedPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynUnionPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynStructPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynSequencePOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynValueCommonPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynValueBoxPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynSequenceStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynValueCommonStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynStructStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynArrayPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynValuePOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynValueBoxStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynUnionStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynArrayStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynValueStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynAnyOperations.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynFixedStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynAnyStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
DynAnyPOATie.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
void |
_DynEnumStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.
|
static void |
AnySeqHelper.insert(Any a,
Any[] that) |
static void |
AnySeqHelper.insert(Any a,
Any[] that) |
static void |
DynAnyHelper.insert(Any a,
DynAny that) |
static void |
DynAnySeqHelper.insert(Any a,
DynAny[] that) |
static void |
DynAnyFactoryHelper.insert(Any a,
DynAnyFactory that) |
static void |
DynArrayHelper.insert(Any a,
DynArray that) |
static void |
DynEnumHelper.insert(Any a,
DynEnum that) |
static void |
DynFixedHelper.insert(Any a,
DynFixed that) |
static void |
DynSequenceHelper.insert(Any a,
DynSequence that) |
static void |
DynStructHelper.insert(Any a,
DynStruct that) |
static void |
DynUnionHelper.insert(Any a,
DynUnion that) |
static void |
DynValueHelper.insert(Any a,
DynValue that) |
static void |
DynValueBoxHelper.insert(Any a,
DynValueBox that) |
static void |
DynValueCommonHelper.insert(Any a,
DynValueCommon that) |
static void |
NameDynAnyPairHelper.insert(Any a,
NameDynAnyPair that) |
static void |
NameDynAnyPairSeqHelper.insert(Any a,
NameDynAnyPair[] that) |
static void |
NameValuePairHelper.insert(Any a,
NameValuePair that) |
static void |
NameValuePairSeqHelper.insert(Any a,
NameValuePair[] that) |
static void |
FieldNameHelper.insert(Any a,
String that) |
void |
DynValueBoxPOATie.set_boxed_value(Any boxed)
Replaces the boxed value with the specified value.
|
void |
DynValueBoxOperations.set_boxed_value(Any boxed)
Replaces the boxed value with the specified value.
|
void |
_DynValueBoxStub.set_boxed_value(Any boxed)
Replaces the boxed value with the specified value.
|
void |
DynSequencePOATie.set_elements(Any[] value)
Sets the elements of a sequence.
|
void |
_DynSequenceStub.set_elements(Any[] value)
Sets the elements of a sequence.
|
void |
DynArrayPOATie.set_elements(Any[] value)
Sets the DynArray to contain the passed elements.
|
void |
_DynArrayStub.set_elements(Any[] value)
Sets the DynArray to contain the passed elements.
|
void |
DynSequenceOperations.set_elements(Any[] value)
Sets the elements of a sequence.
|
void |
DynArrayOperations.set_elements(Any[] value)
Sets the DynArray to contain the passed elements.
|
static void |
AnySeqHelper.write(OutputStream ostream,
Any[] value) |
Constructor and Description |
---|
AnySeqHolder(Any[] initialValue) |
NameValuePair(String _id,
Any _value) |
Modifier and Type | Method and Description |
---|---|
static InconsistentTypeCode |
InconsistentTypeCodeHelper.extract(Any a) |
static void |
InconsistentTypeCodeHelper.insert(Any a,
InconsistentTypeCode that) |
Modifier and Type | Method and Description |
---|---|
static InvalidValue |
InvalidValueHelper.extract(Any a) |
static TypeMismatch |
TypeMismatchHelper.extract(Any a) |
static void |
InvalidValueHelper.insert(Any a,
InvalidValue that) |
static void |
TypeMismatchHelper.insert(Any a,
TypeMismatch that) |
Modifier and Type | Method and Description |
---|---|
static int |
ErrorCodeHelper.extract(Any a) |
static InitialContextToken |
InitialContextTokenHelper.extract(Any a) |
static ErrorToken |
ErrorTokenHelper.extract(Any a) |
static void |
ErrorTokenHelper.insert(Any a,
ErrorToken that) |
static void |
InitialContextTokenHelper.insert(Any a,
InitialContextToken that) |
static void |
ErrorCodeHelper.insert(Any a,
int that) |
Modifier and Type | Method and Description |
---|---|
Any |
CodecOperations.decode_value(byte[] data,
TypeCode tc) |
Any |
CodecOperations.decode(byte[] data) |
Modifier and Type | Method and Description |
---|---|
byte[] |
CodecOperations.encode_value(Any data) |
byte[] |
CodecOperations.encode(Any data) |
static short |
EncodingFormatHelper.extract(Any a) |
static CodecFactory |
CodecFactoryHelper.extract(Any a) |
static int |
ServiceIdHelper.extract(Any a) |
static ServiceContext |
ServiceContextHelper.extract(Any a) |
static ServiceContext[] |
ServiceContextListHelper.extract(Any a) |
static int |
ProfileIdHelper.extract(Any a) |
static TaggedProfile[] |
TaggedProfileSeqHelper.extract(Any a) |
static IOR |
IORHelper.extract(Any a) |
static int |
ComponentIdHelper.extract(Any a) |
static byte[] |
ComponentDataHelper.extract(Any a) |
static TaggedComponent |
TaggedComponentHelper.extract(Any a) |
static TaggedComponent[] |
TaggedComponentSeqHelper.extract(Any a) |
static TaggedComponent[] |
MultipleComponentProfileHelper.extract(Any a) |
static TaggedProfile |
TaggedProfileHelper.extract(Any a) |
static byte[] |
ObjectKeyHelper.extract(Any a) |
static Codec |
CodecHelper.extract(Any a) |
static Encoding |
EncodingHelper.extract(Any a) |
static void |
ComponentDataHelper.insert(Any a,
byte[] that) |
static void |
ObjectKeyHelper.insert(Any a,
byte[] that) |
static void |
CodecHelper.insert(Any a,
Codec that) |
static void |
CodecFactoryHelper.insert(Any a,
CodecFactory that) |
static void |
EncodingHelper.insert(Any a,
Encoding that) |
static void |
ServiceIdHelper.insert(Any a,
int that) |
static void |
ProfileIdHelper.insert(Any a,
int that) |
static void |
ComponentIdHelper.insert(Any a,
int that) |
static void |
IORHelper.insert(Any a,
IOR that) |
static void |
ServiceContextHelper.insert(Any a,
ServiceContext that) |
static void |
ServiceContextListHelper.insert(Any a,
ServiceContext[] that) |
static void |
EncodingFormatHelper.insert(Any a,
short that) |
static void |
TaggedComponentHelper.insert(Any a,
TaggedComponent that) |
static void |
TaggedComponentSeqHelper.insert(Any a,
TaggedComponent[] that) |
static void |
MultipleComponentProfileHelper.insert(Any a,
TaggedComponent[] that) |
static void |
TaggedProfileHelper.insert(Any a,
TaggedProfile that) |
static void |
TaggedProfileSeqHelper.insert(Any a,
TaggedProfile[] that) |
Modifier and Type | Method and Description |
---|---|
static UnknownEncoding |
UnknownEncodingHelper.extract(Any a) |
static void |
UnknownEncodingHelper.insert(Any a,
UnknownEncoding that) |
Modifier and Type | Method and Description |
---|---|
static InvalidTypeForEncoding |
InvalidTypeForEncodingHelper.extract(Any a) |
static FormatMismatch |
FormatMismatchHelper.extract(Any a) |
static TypeMismatch |
TypeMismatchHelper.extract(Any a) |
static void |
FormatMismatchHelper.insert(Any a,
FormatMismatch that) |
static void |
InvalidTypeForEncodingHelper.insert(Any a,
InvalidTypeForEncoding that) |
static void |
TypeMismatchHelper.insert(Any a,
TypeMismatch that) |
Modifier and Type | Method and Description |
---|---|
static short |
SyncScopeHelper.extract(Any a) |
static void |
SyncScopeHelper.insert(Any a,
short that) |
Modifier and Type | Method and Description |
---|---|
Any |
CurrentOperations.get_slot(int id)
Retrieves the slot data the application set in PICurrent via
get_slot . |
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 |
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 value)
Returns an instance of the appropriate interface derived from
CORBA.Policy whose value corresponds to the
specified any. |
static Interceptor |
InterceptorHelper.extract(Any a) |
static short |
ReplyStatusHelper.extract(Any a) |
static PolicyFactory |
PolicyFactoryHelper.extract(Any a) |
static ORBInitInfo |
ORBInitInfoHelper.extract(Any a) |
static InvalidSlot |
InvalidSlotHelper.extract(Any a) |
static int |
SlotIdHelper.extract(Any a) |
static Current |
CurrentHelper.extract(Any a) |
static RequestInfo |
RequestInfoHelper.extract(Any a) |
static String[] |
AdapterNameHelper.extract(Any a) |
static ClientRequestInfo |
ClientRequestInfoHelper.extract(Any a) |
static String |
ORBIdHelper.extract(Any a) |
static ORBInitializer |
ORBInitializerHelper.extract(Any a) |
static String |
ServerIdHelper.extract(Any a) |
static byte[] |
ObjectIdHelper.extract(Any a) |
static ServerRequestInfo |
ServerRequestInfoHelper.extract(Any a) |
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.extract(Any a) |
static ServerRequestInterceptor |
ServerRequestInterceptorHelper.extract(Any a) |
static ObjectReferenceFactory |
ObjectReferenceFactoryHelper.extract(Any a) |
static ObjectReferenceTemplate |
ObjectReferenceTemplateHelper.extract(Any a) |
static ObjectReferenceTemplate[] |
ObjectReferenceTemplateSeqHelper.extract(Any a) |
static int |
AdapterManagerIdHelper.extract(Any a) |
static short |
AdapterStateHelper.extract(Any a) |
static IORInfo |
IORInfoHelper.extract(Any a) |
static IORInterceptor |
IORInterceptorHelper.extract(Any a) |
static IORInterceptor_3_0 |
IORInterceptor_3_0Helper.extract(Any a) |
static ForwardRequest |
ForwardRequestHelper.extract(Any a) |
static void |
ObjectIdHelper.insert(Any a,
byte[] that) |
static void |
ClientRequestInfoHelper.insert(Any a,
ClientRequestInfo that) |
static void |
ClientRequestInterceptorHelper.insert(Any a,
ClientRequestInterceptor that) |
static void |
CurrentHelper.insert(Any a,
Current that) |
static void |
ForwardRequestHelper.insert(Any a,
ForwardRequest that) |
static void |
SlotIdHelper.insert(Any a,
int that) |
static void |
AdapterManagerIdHelper.insert(Any a,
int that) |
static void |
InterceptorHelper.insert(Any a,
Interceptor that) |
static void |
InvalidSlotHelper.insert(Any a,
InvalidSlot that) |
static void |
IORInfoHelper.insert(Any a,
IORInfo that) |
static void |
IORInterceptor_3_0Helper.insert(Any a,
IORInterceptor_3_0 that) |
static void |
IORInterceptorHelper.insert(Any a,
IORInterceptor that) |
static void |
ObjectReferenceFactoryHelper.insert(Any a,
ObjectReferenceFactory that) |
static void |
ObjectReferenceTemplateHelper.insert(Any a,
ObjectReferenceTemplate that) |
static void |
ObjectReferenceTemplateSeqHelper.insert(Any a,
ObjectReferenceTemplate[] that) |
static void |
ORBInitializerHelper.insert(Any a,
ORBInitializer that) |
static void |
ORBInitInfoHelper.insert(Any a,
ORBInitInfo that) |
static void |
PolicyFactoryHelper.insert(Any a,
PolicyFactory that) |
static void |
RequestInfoHelper.insert(Any a,
RequestInfo that) |
static void |
ServerRequestInfoHelper.insert(Any a,
ServerRequestInfo that) |
static void |
ServerRequestInterceptorHelper.insert(Any a,
ServerRequestInterceptor that) |
static void |
ReplyStatusHelper.insert(Any a,
short that) |
static void |
AdapterStateHelper.insert(Any a,
short that) |
static void |
ORBIdHelper.insert(Any a,
String that) |
static void |
ServerIdHelper.insert(Any a,
String that) |
static void |
AdapterNameHelper.insert(Any a,
String[] that) |
void |
CurrentOperations.set_slot(int id,
Any data)
Sets data in a slot.
|
void |
ServerRequestInfoOperations.set_slot(int id,
Any data)
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 InvalidName |
InvalidNameHelper.extract(Any a) |
static String |
ObjectIdHelper.extract(Any a) |
static DuplicateName |
DuplicateNameHelper.extract(Any a) |
static void |
DuplicateNameHelper.insert(Any a,
DuplicateName that) |
static void |
InvalidNameHelper.insert(Any a,
InvalidName that) |
static void |
ObjectIdHelper.insert(Any a,
String that) |
Modifier and Type | Method and Description |
---|---|
static POA[] |
POAListHelper.extract(Any a) |
static LifespanPolicyValue |
LifespanPolicyValueHelper.extract(Any a) |
static byte[] |
ObjectIdHelper.extract(Any a) |
static Current |
CurrentHelper.extract(Any a) |
static ForwardRequest |
ForwardRequestHelper.extract(Any a) |
static POA |
POAHelper.extract(Any a) |
static IdUniquenessPolicyValue |
IdUniquenessPolicyValueHelper.extract(Any a) |
static IdAssignmentPolicyValue |
IdAssignmentPolicyValueHelper.extract(Any a) |
static ImplicitActivationPolicyValue |
ImplicitActivationPolicyValueHelper.extract(Any a) |
static ServantRetentionPolicyValue |
ServantRetentionPolicyValueHelper.extract(Any a) |
static RequestProcessingPolicyValue |
RequestProcessingPolicyValueHelper.extract(Any a) |
static ServantActivator |
ServantActivatorHelper.extract(Any a) |
static ServantLocator |
ServantLocatorHelper.extract(Any a) |
static ThreadPolicyValue |
ThreadPolicyValueHelper.extract(Any a) |
static void |
ObjectIdHelper.insert(Any a,
byte[] that) |
static void |
CurrentHelper.insert(Any a,
Current that) |
static void |
ForwardRequestHelper.insert(Any a,
ForwardRequest that) |
static void |
IdAssignmentPolicyValueHelper.insert(Any a,
IdAssignmentPolicyValue that) |
static void |
IdUniquenessPolicyValueHelper.insert(Any a,
IdUniquenessPolicyValue that) |
static void |
ImplicitActivationPolicyValueHelper.insert(Any a,
ImplicitActivationPolicyValue that) |
static void |
LifespanPolicyValueHelper.insert(Any a,
LifespanPolicyValue that) |
static void |
POAHelper.insert(Any a,
POA that) |
static void |
POAListHelper.insert(Any a,
POA[] that) |
static void |
RequestProcessingPolicyValueHelper.insert(Any a,
RequestProcessingPolicyValue that) |
static void |
ServantActivatorHelper.insert(Any a,
ServantActivator that) |
static void |
ServantLocatorHelper.insert(Any a,
ServantLocator that) |
static void |
ServantRetentionPolicyValueHelper.insert(Any a,
ServantRetentionPolicyValue that) |
static void |
ThreadPolicyValueHelper.insert(Any a,
ThreadPolicyValue that) |
Modifier and Type | Method and Description |
---|---|
static NoContext |
NoContextHelper.extract(Any a) |
static void |
NoContextHelper.insert(Any a,
NoContext that) |
Modifier and Type | Method and Description |
---|---|
static AdapterInactive |
AdapterInactiveHelper.extract(Any a) |
static State |
StateHelper.extract(Any a) |
static void |
AdapterInactiveHelper.insert(Any a,
AdapterInactive that) |
static void |
StateHelper.insert(Any a,
State that) |
Modifier and Type | Method and Description |
---|---|
static ServantAlreadyActive |
ServantAlreadyActiveHelper.extract(Any a) |
static ServantNotActive |
ServantNotActiveHelper.extract(Any a) |
static WrongAdapter |
WrongAdapterHelper.extract(Any a) |
static WrongPolicy |
WrongPolicyHelper.extract(Any a) |
static AdapterAlreadyExists |
AdapterAlreadyExistsHelper.extract(Any a) |
static AdapterNonExistent |
AdapterNonExistentHelper.extract(Any a) |
static ObjectNotActive |
ObjectNotActiveHelper.extract(Any a) |
static InvalidPolicy |
InvalidPolicyHelper.extract(Any a) |
static NoServant |
NoServantHelper.extract(Any a) |
static ObjectAlreadyActive |
ObjectAlreadyActiveHelper.extract(Any a) |
static void |
AdapterAlreadyExistsHelper.insert(Any a,
AdapterAlreadyExists that) |
static void |
AdapterNonExistentHelper.insert(Any a,
AdapterNonExistent that) |
static void |
InvalidPolicyHelper.insert(Any a,
InvalidPolicy that) |
static void |
NoServantHelper.insert(Any a,
NoServant that) |
static void |
ObjectAlreadyActiveHelper.insert(Any a,
ObjectAlreadyActive that) |
static void |
ObjectNotActiveHelper.insert(Any a,
ObjectNotActive that) |
static void |
ServantAlreadyActiveHelper.insert(Any a,
ServantAlreadyActive that) |
static void |
ServantNotActiveHelper.insert(Any a,
ServantNotActive that) |
static void |
WrongAdapterHelper.insert(Any a,
WrongAdapter that) |
static void |
WrongPolicyHelper.insert(Any a,
WrongPolicy that) |
Modifier and Type | Method and Description |
---|---|
static short |
AssociationOptionsHelper.extract(Any a) |
static void |
AssociationOptionsHelper.insert(Any a,
short that) |
Modifier and Type | Method and Description |
---|---|
static SSL |
SSLHelper.extract(Any a) |
static void |
SSLHelper.insert(Any a,
SSL that) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.