|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IORInfo | |
---|---|
org.jacorb.orb.portableInterceptor | |
org.jacorb.orb.standardInterceptors | |
org.omg.PortableInterceptor |
Uses of IORInfo in org.jacorb.orb.portableInterceptor |
---|
Subinterfaces of IORInfo in org.jacorb.orb.portableInterceptor | |
interface |
IORInfoExt
This class extends the standard defined interface of the IORInfo object given to each IORInterceptor during creation of new IORs. |
Classes in org.jacorb.orb.portableInterceptor that implement IORInfo | |
class |
IORInfoImpl
This class represents the type of info object that will be passed to the IORInterceptors. |
Uses of IORInfo in org.jacorb.orb.standardInterceptors |
---|
Methods in org.jacorb.orb.standardInterceptors with parameters of type IORInfo | |
void |
SASComponentInterceptor.establish_components(IORInfo info)
Builds an sas TaggedComponent. |
void |
SSLComponentInterceptor.establish_components(IORInfo info)
Builds an ssl TaggedComponent. |
void |
CodeSetInfoInterceptor.establish_components(IORInfo info,
int[] tags)
Creates default IOR codeset component. |
void |
CodeSetInfoInterceptor.establish_components(IORInfo info)
|
Uses of IORInfo in org.omg.PortableInterceptor |
---|
Fields in org.omg.PortableInterceptor declared as IORInfo | |
IORInfo |
IORInfoHolder.value
|
Methods in org.omg.PortableInterceptor that return IORInfo | |
static IORInfo |
IORInfoHelper.extract(Any any)
|
static IORInfo |
IORInfoHelper.read(InputStream in)
|
static IORInfo |
IORInfoHelper.narrow(java.lang.Object obj)
|
static IORInfo |
IORInfoHelper.narrow(Object obj)
|
static IORInfo |
IORInfoHelper.unchecked_narrow(Object obj)
|
Methods in org.omg.PortableInterceptor with parameters of type IORInfo | |
static void |
IORInfoHelper.insert(Any any,
IORInfo s)
|
static void |
IORInfoHelper.write(OutputStream _out,
IORInfo s)
|
void |
IORInterceptorOperations.establish_components(IORInfo info)
|
Constructors in org.omg.PortableInterceptor with parameters of type IORInfo | |
IORInfoHolder(IORInfo initial)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |