Package | Description |
---|---|
com.sun.corba.se.impl.encoding | |
com.sun.corba.se.impl.ior.iiop | |
com.sun.corba.se.impl.orb | |
com.sun.corba.se.impl.protocol | |
com.sun.corba.se.impl.protocol.giopmsgheaders | |
com.sun.corba.se.impl.transport | |
com.sun.corba.se.spi.encoding | |
com.sun.corba.se.spi.ior.iiop | |
com.sun.corba.se.spi.orb | |
com.sun.corba.se.spi.protocol | |
com.sun.corba.se.spi.servicecontext | |
com.sun.corba.se.spi.transport | |
sun.corba |
Provides an internal API that the Sun ORB implementation uses to
access JVM functions that have no standard APIs.
|
Modifier and Type | Method and Description |
---|---|
GIOPVersion |
CDRInputStream.getGIOPVersion() |
GIOPVersion |
CDRInputStream_1_1.getGIOPVersion() |
GIOPVersion |
CDRInputStream_1_2.getGIOPVersion() |
GIOPVersion |
CDROutputStream.getGIOPVersion() |
GIOPVersion |
CDROutputStream_1_0.getGIOPVersion() |
GIOPVersion |
CDROutputStream_1_2.getGIOPVersion() |
GIOPVersion |
CDRInputStream_1_0.getGIOPVersion() |
GIOPVersion |
CDROutputStream_1_1.getGIOPVersion() |
GIOPVersion |
IDLJavaSerializationInputStream.getGIOPVersion() |
Modifier and Type | Method and Description |
---|---|
static BufferManagerRead |
BufferManagerFactory.newBufferManagerRead(GIOPVersion version,
byte encodingVersion,
ORB orb) |
static BufferManagerWrite |
BufferManagerFactory.newBufferManagerWrite(GIOPVersion version,
byte encodingVersion,
ORB orb) |
Constructor and Description |
---|
CDRInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
boolean littleEndian,
GIOPVersion version,
byte encodingVersion,
BufferManagerRead bufMgr) |
CDROutputObject(ORB orb,
CorbaMessageMediator mediator,
GIOPVersion giopVersion,
CorbaConnection connection,
Message header,
byte streamFormatVersion) |
CDROutputStream(ORB orb,
GIOPVersion version,
byte encodingVersion,
boolean littleEndian,
BufferManagerWrite bufferManager,
byte streamFormatVersion) |
CDROutputStream(ORB orb,
GIOPVersion version,
byte encodingVersion,
boolean littleEndian,
BufferManagerWrite bufferManager,
byte streamFormatVersion,
boolean usePooledByteBuffers) |
EncapsInputStream(ORB orb,
byte[] buf,
int size,
boolean littleEndian,
GIOPVersion version) |
EncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version) |
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.
|
EncapsInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
boolean littleEndian,
GIOPVersion version) |
EncapsOutputStream(ORB orb,
GIOPVersion version) |
EncapsOutputStream(ORB orb,
GIOPVersion version,
boolean isLittleEndian) |
TypeCodeInputStream(ORB orb,
byte[] data,
int size,
boolean littleEndian,
GIOPVersion version) |
TypeCodeInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
boolean littleEndian,
GIOPVersion version) |
Modifier and Type | Method and Description |
---|---|
GIOPVersion |
IIOPProfileImpl.getGIOPVersion()
Return GIOPVersion for this IOR.
|
GIOPVersion |
IIOPProfileTemplateImpl.getGIOPVersion() |
Constructor and Description |
---|
IIOPProfileTemplateImpl(ORB orb,
GIOPVersion version,
IIOPAddress primary) |
Modifier and Type | Method and Description |
---|---|
GIOPVersion |
ORBDataParserImpl.getGIOPVersion() |
Modifier and Type | Method and Description |
---|---|
int |
ORBDataParserImpl.getGIOPBuffMgrStrategy(GIOPVersion gv) |
int |
ORBSingleton.getGIOPBuffMgrStrategy(GIOPVersion gv) |
Modifier and Type | Method and Description |
---|---|
GIOPVersion |
CorbaMessageMediatorImpl.getGIOPVersion() |
Modifier and Type | Method and Description |
---|---|
protected void |
CorbaClientRequestDispatcherImpl.addCodeSetServiceContext(CorbaConnection conn,
ServiceContexts ctxs,
GIOPVersion giopVersion) |
Constructor and Description |
---|
CorbaMessageMediatorImpl(ORB orb,
ContactInfo contactInfo,
Connection connection,
GIOPVersion giopVersion,
IOR ior,
int requestId,
short addrDisposition,
String operationName,
boolean isOneWay) |
Modifier and Type | Method and Description |
---|---|
GIOPVersion |
Message_1_1.getGIOPVersion() |
GIOPVersion |
Message_1_0.getGIOPVersion() |
GIOPVersion |
Message.getGIOPVersion() |
Modifier and Type | Method and Description |
---|---|
static CancelRequestMessage |
MessageBase.createCancelRequest(GIOPVersion gv,
int request_id) |
static Message |
MessageBase.createCloseConnection(GIOPVersion gv) |
static FragmentMessage |
MessageBase.createFragmentMessage(GIOPVersion gv) |
static LocateReplyMessage |
MessageBase.createLocateReply(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
int locate_status,
IOR ior) |
static LocateRequestMessage |
MessageBase.createLocateRequest(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
byte[] object_key) |
static Message |
MessageBase.createMessageError(GIOPVersion gv) |
static ReplyMessage |
MessageBase.createReply(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
int reply_status,
ServiceContexts service_contexts,
IOR ior) |
static RequestMessage |
MessageBase.createRequest(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
boolean response_expected,
IOR ior,
short addrDisp,
String operation,
ServiceContexts service_contexts,
Principal requesting_principal) |
Modifier and Type | Method and Description |
---|---|
void |
SocketOrChannelConnectionImpl.sendCancelRequest(GIOPVersion giopVersion,
int requestId)
Send a CancelRequest message.
|
void |
SocketOrChannelConnectionImpl.sendCancelRequestWithLock(GIOPVersion giopVersion,
int requestId) |
void |
SocketOrChannelConnectionImpl.sendCloseConnection(GIOPVersion giopVersion)
The following methods are for dealing with Connection cleaning for
better scalability of servers in high network load conditions.
|
protected void |
SocketOrChannelConnectionImpl.sendHelper(GIOPVersion giopVersion,
Message msg) |
void |
SocketOrChannelConnectionImpl.sendMessageError(GIOPVersion giopVersion) |
Constructor and Description |
---|
CorbaOutputObject(ORB orb,
GIOPVersion version,
byte encodingVersion,
boolean littleEndian,
BufferManagerWrite bufferManager,
byte streamFormatVersion,
boolean usePooledByteBuffers) |
Modifier and Type | Field and Description |
---|---|
static GIOPVersion |
GIOPVersion.DEFAULT_VERSION |
static GIOPVersion |
GIOPVersion.V1_0 |
static GIOPVersion |
GIOPVersion.V1_1 |
static GIOPVersion |
GIOPVersion.V1_2 |
static GIOPVersion |
GIOPVersion.V1_3 |
static GIOPVersion |
GIOPVersion.V13_XX |
Modifier and Type | Method and Description |
---|---|
static GIOPVersion |
GIOPVersion.chooseRequestVersion(ORB orb,
IOR ior)
This chooses the appropriate GIOP version.
|
GIOPVersion |
IIOPProfile.getGIOPVersion()
Return the GIOPVersion of this profile.
|
GIOPVersion |
IIOPProfileTemplate.getGIOPVersion()
Return the GIOP version of this profile.
|
static GIOPVersion |
GIOPVersion.getInstance(byte major,
byte minor) |
static GIOPVersion |
GIOPVersion.parseVersion(String s) |
Modifier and Type | Method and Description |
---|---|
boolean |
GIOPVersion.equals(GIOPVersion gv) |
boolean |
GIOPVersion.lessThan(GIOPVersion gv) |
static IIOPProfileTemplate |
IIOPFactories.makeIIOPProfileTemplate(ORB orb,
GIOPVersion version,
IIOPAddress primary) |
Modifier and Type | Method and Description |
---|---|
GIOPVersion |
ORBData.getGIOPVersion() |
Modifier and Type | Method and Description |
---|---|
int |
ORBData.getGIOPBuffMgrStrategy(GIOPVersion gv) |
Modifier and Type | Method and Description |
---|---|
GIOPVersion |
CorbaMessageMediator.getGIOPVersion() |
Modifier and Type | Method and Description |
---|---|
ServiceContext |
ServiceContextData.makeServiceContext(InputStream is,
GIOPVersion gv)
Factory method used to create a ServiceContext object by
unmarshalling it from the InputStream.
|
void |
ServiceContext.write(OutputStream s,
GIOPVersion gv)
Write the service context to an output stream.
|
void |
UnknownServiceContext.write(OutputStream os,
GIOPVersion gv) |
void |
ServiceContexts.write(OutputStream os,
GIOPVersion gv)
Write the service contexts to the output stream.
|
Constructor and Description |
---|
CodeSetServiceContext(InputStream is,
GIOPVersion gv) |
MaxStreamFormatVersionServiceContext(InputStream is,
GIOPVersion gv) |
ORBVersionServiceContext(InputStream is,
GIOPVersion gv) |
SendingContextServiceContext(InputStream is,
GIOPVersion gv) |
ServiceContext(InputStream s,
GIOPVersion gv)
Stream constructor used when subclass is constructed from an
InputStream.
|
UEInfoServiceContext(InputStream is,
GIOPVersion gv) |
Modifier and Type | Method and Description |
---|---|
void |
CorbaConnection.sendCancelRequest(GIOPVersion giopVersion,
int requestId) |
void |
CorbaConnection.sendCancelRequestWithLock(GIOPVersion giopVersion,
int requestId) |
void |
CorbaConnection.sendCloseConnection(GIOPVersion giopVersion) |
void |
CorbaConnection.sendMessageError(GIOPVersion giopVersion) |
Modifier and Type | Method and Description |
---|---|
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
CorbaMessageMediator mediator,
GIOPVersion giopVersion,
CorbaConnection connection,
Message header,
byte streamFormatVersion) |
static EncapsInputStream |
EncapsInputStreamFactory.newEncapsInputStream(ORB orb,
byte[] buf,
int size,
boolean littleEndian,
GIOPVersion version) |
static EncapsInputStream |
EncapsInputStreamFactory.newEncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version) |
static EncapsInputStream |
EncapsInputStreamFactory.newEncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version,
CodeBase codeBase) |
static EncapsInputStream |
EncapsInputStreamFactory.newEncapsInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
boolean littleEndian,
GIOPVersion version) |
static EncapsOutputStream |
OutputStreamFactory.newEncapsOutputStream(ORB orb,
GIOPVersion giopVersion) |
static TypeCodeInputStream |
EncapsInputStreamFactory.newTypeCodeInputStream(ORB orb,
byte[] buf,
int size,
boolean littleEndian,
GIOPVersion version) |
static TypeCodeInputStream |
EncapsInputStreamFactory.newTypeCodeInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
boolean littleEndian,
GIOPVersion version) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.