Package | Description |
---|---|
org.jboss.ejb.client | |
org.jboss.naming.remote.protocol | |
org.jboss.naming.remote.protocol.v1 | |
org.jboss.naming.remote.server | |
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
org.jboss.remotingjmx.protocol | |
org.jboss.remotingjmx.protocol.v1 |
Modifier and Type | Method and Description |
---|---|
void |
Logs.channelCanNoLongerProcessMessages(Channel channel) |
void |
Logs.successfulVersionHandshake(EJBReceiverContext receiverContext,
Channel channel) |
Modifier and Type | Method and Description |
---|---|
T |
ProtocolCommand.execute(Channel channel,
Object... args) |
static RemoteNamingServer |
Versions.getRemoteNamingServer(byte version,
Channel channel,
RemoteNamingService remoteNamingServer) |
static RemoteNamingStore |
Versions.getRemoteNamingStore(byte version,
Channel channel) |
void |
ProtocolCommand.handleServerMessage(Channel channel,
DataInput input,
int correlationId,
RemoteNamingService namingServer) |
Modifier and Type | Method and Description |
---|---|
static RemoteNamingServer |
VersionOne.getNamingServer(Channel channel,
RemoteNamingService remoteNamingServer) |
static RemoteNamingStoreV1 |
VersionOne.getRemoteNamingStore(Channel channel) |
Constructor and Description |
---|
RemoteNamingServerV1(Channel channel,
RemoteNamingService remoteNamingServer) |
RemoteNamingStoreV1(Channel channel) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteNamingServerLogger.closingChannel(Channel channel,
Throwable t) |
void |
DefaultRemoteNamingServerLogger.closingChannel(Channel channel,
Throwable error) |
void |
RemoteNamingServerLogger.closingChannelOnChannelEnd(Channel channel) |
void |
DefaultRemoteNamingServerLogger.closingChannelOnChannelEnd(Channel channel) |
Modifier and Type | Method and Description |
---|---|
IoFuture<Channel> |
Connection.openChannel(String serviceType,
OptionMap optionMap)
Open a channel to a remote service on this connection.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenListener.channelOpened(Channel channel)
Notification that a new channel has been opened for this service.
|
void |
Channel.Receiver.handleEnd(Channel channel)
Handle an end-of-input condition on a channel.
|
void |
Channel.Receiver.handleError(Channel channel,
IOException error)
Handle an error condition on the channel.
|
void |
Channel.Receiver.handleMessage(Channel channel,
MessageInputStream message)
Handle an incoming message.
|
Modifier and Type | Method and Description |
---|---|
static Runnable |
SpiUtils.getServiceOpenTask(Channel newChannel,
OpenListener listener)
Get an executor task for opening a service.
|
Modifier and Type | Method and Description |
---|---|
Cancellable |
ConnectionHandler.open(String serviceType,
Result<Channel> result,
OptionMap optionMap)
Open a request handler.
|
Modifier and Type | Method and Description |
---|---|
static VersionedConnection |
Versions.getVersionedConnection(byte version,
Channel channel,
Map<String,?> environment) |
static VersionedProxy |
Versions.getVersionedProxy(byte version,
Channel channel,
RemotingConnectorServer server) |
Modifier and Type | Method and Description |
---|---|
static VersionedConnection |
VersionOne.getConnection(Channel channel,
Map<String,?> environment) |
static VersionedProxy |
VersionOne.getProxy(Channel channel,
RemotingConnectorServer server) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.