Package | Description |
---|---|
com.sun.corba.se.impl.encoding | |
com.sun.corba.se.impl.protocol | |
com.sun.corba.se.impl.protocol.giopmsgheaders | |
com.sun.corba.se.impl.transport | |
com.sun.corba.se.spi.protocol | |
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 |
---|---|
Message |
CDROutputObject.getMessageHeader() |
Message |
CDRInputObject.getMessageHeader() |
Modifier and Type | Method and Description |
---|---|
void |
BufferManagerRead.init(Message header)
Called once after creating this buffer manager and before
it begins processing.
|
void |
BufferManagerReadStream.init(Message msg) |
void |
BufferManagerReadGrow.init(Message msg) |
Constructor and Description |
---|
CDRInputObject(ORB orb,
CorbaConnection corbaConnection,
ByteBuffer byteBuffer,
Message header) |
CDROutputObject(ORB orb,
CorbaMessageMediator mediator,
GIOPVersion giopVersion,
CorbaConnection connection,
Message header,
byte streamFormatVersion) |
CDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion) |
CDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion,
int strategy) |
Modifier and Type | Field and Description |
---|---|
protected Message |
CorbaMessageMediatorImpl.dispatchHeader |
protected Message |
CorbaMessageMediatorImpl.messageHeader |
Modifier and Type | Method and Description |
---|---|
Message |
CorbaMessageMediatorImpl.getDispatchHeader() |
Modifier and Type | Method and Description |
---|---|
void |
CorbaMessageMediatorImpl.handleInput(Message header) |
void |
CorbaMessageMediatorImpl.setDispatchHeader(Message msg) |
Constructor and Description |
---|
CorbaMessageMediatorImpl(ORB orb,
CorbaConnection connection,
Message dispatchHeader,
ByteBuffer byteBuffer) |
Modifier and Type | Interface and Description |
---|---|
interface |
CancelRequestMessage
This interface captures the CancelRequestMessage contract.
|
interface |
FragmentMessage
This interface captures the FragmentMessage contract.
|
interface |
LocateReplyMessage
This interface captures the LocateReplyMessage contract.
|
interface |
LocateReplyOrReplyMessage |
interface |
LocateRequestMessage
This interface captures the LocateRequestMessage contract.
|
interface |
ReplyMessage
This interface captures the ReplyMessage contract.
|
interface |
RequestMessage
This interface captures the RequestMessage contract.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelRequestMessage_1_0
This implements the GIOP 1.0 CancelRequest header.
|
class |
CancelRequestMessage_1_1
This implements the GIOP 1.1 CancelRequest header.
|
class |
CancelRequestMessage_1_2
This implements the GIOP 1.2 CancelRequest header.
|
class |
FragmentMessage_1_1
This implements the GIOP 1.1 Fragment header.
|
class |
FragmentMessage_1_2
This implements the GIOP 1.2 Fragment header.
|
class |
LocateReplyMessage_1_0
This implements the GIOP 1.0 LocateReply header.
|
class |
LocateReplyMessage_1_1
This implements the GIOP 1.1 LocateReply header.
|
class |
LocateReplyMessage_1_2
This implements the GIOP 1.2 LocateReply header.
|
class |
LocateRequestMessage_1_0
This implements the GIOP 1.0 LocateRequest header.
|
class |
LocateRequestMessage_1_1
This implements the GIOP 1.1 LocateRequest header.
|
class |
LocateRequestMessage_1_2
This implements the GIOP 1.2 LocateRequest header.
|
class |
Message_1_0 |
class |
Message_1_1 |
class |
Message_1_2 |
class |
MessageBase
This class acts as the base class for the various GIOP message types.
|
class |
ReplyMessage_1_0
This implements the GIOP 1.0 Reply header.
|
class |
ReplyMessage_1_1
This implements the GIOP 1.1 Reply header.
|
class |
ReplyMessage_1_2
This implements the GIOP 1.2 Reply header.
|
class |
RequestMessage_1_0
This implements the GIOP 1.0 Request header.
|
class |
RequestMessage_1_1
This implements the GIOP 1.1 Request header.
|
class |
RequestMessage_1_2
This implements the GIOP 1.2 Request header.
|
Modifier and Type | Method and Description |
---|---|
static Message |
MessageBase.createCloseConnection(GIOPVersion gv) |
static Message |
MessageBase.createMessageError(GIOPVersion gv) |
static Message |
MessageBase.readGIOPBody(ORB orb,
CorbaConnection connection,
Message msg) |
Modifier and Type | Method and Description |
---|---|
static int |
MessageBase.getRequestId(Message msg) |
void |
MessageHandler.handleInput(Message header)
Used for message types for which we don't have concrete classes, yet,
such as CloseConnection and MessageError, as well as unknown types.
|
static Message |
MessageBase.readGIOPBody(ORB orb,
CorbaConnection connection,
Message msg) |
Modifier and Type | Method and Description |
---|---|
protected void |
SocketOrChannelConnectionImpl.sendHelper(GIOPVersion giopVersion,
Message msg) |
Modifier and Type | Method and Description |
---|---|
Message |
CorbaMessageMediator.getDispatchHeader() |
Modifier and Type | Method and Description |
---|---|
void |
CorbaMessageMediator.setDispatchHeader(Message msg) |
Modifier and Type | Method and Description |
---|---|
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
CorbaMessageMediator mediator,
GIOPVersion giopVersion,
CorbaConnection connection,
Message header,
byte streamFormatVersion) |
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion) |
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion,
int strategy) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.