Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
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.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB.
|
Modifier and Type | Method and Description |
---|---|
Parameter[] |
ServerRequestInfoImpl.arguments()
See ServerRequestInfo for javadocs.
|
abstract Parameter[] |
RequestInfoImpl.arguments()
This method returns the list of arguments for the operation that was
invoked.
|
Parameter[] |
ClientRequestInfoImpl.arguments()
See RequestInfoImpl for javadoc.
|
protected Parameter[] |
RequestInfoImpl.nvListToParameterArray(NVList parNVList)
Internal utility method to convert an NVList into a PI Parameter[]
|
Modifier and Type | Field and Description |
---|---|
Parameter[] |
ParameterListHolder.value |
Parameter |
ParameterHolder.value |
Modifier and Type | Method and Description |
---|---|
static Parameter[] |
ParameterListHelper.extract(Any a) |
static Parameter |
ParameterHelper.extract(Any a) |
static Parameter[] |
ParameterListHelper.read(InputStream istream) |
static Parameter |
ParameterHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
ParameterHelper.insert(Any a,
Parameter that) |
static void |
ParameterListHelper.insert(Any a,
Parameter[] that) |
static void |
ParameterHelper.write(OutputStream ostream,
Parameter value) |
static void |
ParameterListHelper.write(OutputStream ostream,
Parameter[] value) |
Constructor and Description |
---|
ParameterHolder(Parameter initialValue) |
ParameterListHolder(Parameter[] initialValue) |
Modifier and Type | Method and Description |
---|---|
Parameter[] |
RequestInfoOperations.arguments()
Returns an array of
Parameter objects, containing the
arguments on the operation being invoked. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.