Package | Description |
---|---|
org.hornetq.spi.core.remoting |
Remoting SPI.
|
Modifier and Type | Method and Description |
---|---|
Acceptor |
AcceptorFactory.createAcceptor(org.hornetq.core.server.cluster.ClusterConnection clusterConnection,
java.util.Map<java.lang.String,java.lang.Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
java.util.concurrent.Executor threadPool,
java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
Create a new instance of an Acceptor.
|
Connector |
ConnectorFactory.createConnector(java.util.Map<java.lang.String,java.lang.Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
java.util.concurrent.Executor closeExecutor,
java.util.concurrent.Executor threadPool,
java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
creates a new instance of a connector.
|
Copyright © 2009 Red Hat Inc. All Rights Reserved.