Package | Description |
---|---|
com.sun.corba.se.impl.encoding | |
com.sun.corba.se.impl.io | |
com.sun.corba.se.impl.transport | |
com.sun.corba.se.spi.transport | |
com.sun.org.omg.SendingContext | |
sun.corba |
Provides an internal API that the Sun ORB implementation uses to
access JVM functions that have no standard APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedCodeBase
Provides the reading side with a per connection cache of
info obtained via calls to the remote CodeBase.
|
Modifier and Type | Method and Description |
---|---|
CodeBase |
CDRInputStream.getCodeBase() |
CodeBase |
EncapsInputStream.getCodeBase() |
CodeBase |
CDRInputObject.getCodeBase() |
Constructor and Description |
---|
EncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version,
CodeBase codeBase)
Full constructor with a CodeBase parameter useful for
unmarshaling RMI-IIOP valuetypes (technically against the
intention of an encapsulation, but necessary due to OMG
issue 4795.
|
Modifier and Type | Class and Description |
---|---|
class |
FVDCodeBaseImpl
This class acts as the remote interface to receivers wishing to retrieve
the information of a remote Class.
|
Modifier and Type | Method and Description |
---|---|
CodeBase |
IIOPInputStream.getSender() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ValueUtility.isAssignableFrom(String clzRepositoryId,
FullValueDescription type,
CodeBase sender) |
void |
IIOPInputStream.setSender(CodeBase cb) |
void |
IIOPInputStream.simpleSkipObject(String repositoryID,
CodeBase sender) |
Modifier and Type | Method and Description |
---|---|
CodeBase |
SocketOrChannelConnectionImpl.getCodeBase() |
Modifier and Type | Method and Description |
---|---|
CodeBase |
CorbaConnection.getCodeBase() |
Modifier and Type | Class and Description |
---|---|
class |
_CodeBaseImplBase
com/sun/org/omg/SendingContext/_CodeBaseImplBase.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from rt.idl
Thursday, May 6, 1999 1:52:08 AM PDT
|
class |
_CodeBaseStub
com/sun/org/omg/SendingContext/_CodeBaseStub.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from rt.idl
Thursday, May 6, 1999 1:52:08 AM PDT
|
Modifier and Type | Method and Description |
---|---|
static CodeBase |
CodeBaseHelper.extract(Any a) |
static CodeBase |
CodeBaseHelper.narrow(Object obj) |
static CodeBase |
CodeBaseHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
CodeBaseHelper.insert(Any a,
CodeBase that) |
static void |
CodeBaseHelper.write(OutputStream ostream,
CodeBase value) |
Modifier and Type | Method and Description |
---|---|
static EncapsInputStream |
EncapsInputStreamFactory.newEncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version,
CodeBase codeBase) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.