Package | Description |
---|---|
org.jboss.as.ejb3.remote.protocol | |
org.jboss.as.ejb3.remote.protocol.versionone | |
org.jboss.as.ejb3.remote.protocol.versiontwo |
Modifier and Type | Method and Description |
---|---|
void |
MessageHandler.processMessage(ChannelAssociation channelAssociation,
InputStream inputStream) |
protected void |
AbstractMessageHandler.writeException(ChannelAssociation channelAssociation,
org.jboss.marshalling.MarshallerFactory marshallerFactory,
short invocationId,
Throwable t,
Map<String,Object> attachments) |
protected void |
AbstractMessageHandler.writeInvocationFailure(ChannelAssociation channelAssociation,
byte messageHeader,
short invocationId,
String failureMessage) |
protected void |
AbstractMessageHandler.writeNoSuchEJBFailureMessage(ChannelAssociation channelAssociation,
short invocationId,
String appName,
String moduleName,
String distinctname,
String beanName,
String viewClassName) |
protected void |
AbstractMessageHandler.writeNoSuchEJBMethodFailureMessage(ChannelAssociation channelAssociation,
short invocationId,
String appName,
String moduleName,
String distinctname,
String beanName,
String viewClassName,
String methodName,
String[] methodParamTypes) |
Modifier and Type | Field and Description |
---|---|
protected ChannelAssociation |
VersionOneProtocolChannelReceiver.channelAssociation |
Modifier and Type | Method and Description |
---|---|
void |
MethodInvocationMessageHandler.processMessage(ChannelAssociation channelAssociation,
InputStream inputStream) |
Constructor and Description |
---|
VersionOneProtocolChannelReceiver(ChannelAssociation channelAssociation,
DeploymentRepository deploymentRepository,
EJBRemoteTransactionsRepository transactionsRepository,
RegistryCollector<String,List<org.jboss.as.network.ClientMapping>> clientMappingRegistryCollector,
org.jboss.marshalling.MarshallerFactory marshallerFactory,
ExecutorService executorService,
RemoteAsyncInvocationCancelStatusService asyncInvocationCancelStatusService,
org.jboss.as.server.suspend.SuspendController suspendController) |
Constructor and Description |
---|
VersionTwoProtocolChannelReceiver(ChannelAssociation channelAssociation,
DeploymentRepository deploymentRepository,
EJBRemoteTransactionsRepository transactionsRepository,
RegistryCollector<String,List<org.jboss.as.network.ClientMapping>> clientMappingRegistryCollector,
org.jboss.marshalling.MarshallerFactory marshallerFactory,
ExecutorService executorService,
RemoteAsyncInvocationCancelStatusService asyncInvocationCancelStatusService,
org.jboss.as.server.suspend.SuspendController suspendController) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.