public class InVMConnectorFactory extends Object implements ConnectorFactory
Constructor and Description |
---|
InVMConnectorFactory() |
Modifier and Type | Method and Description |
---|---|
Connector |
createConnector(Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool)
creates a new instance of a connector.
|
Set<String> |
getAllowableProperties()
Returns the allowable properties for this connector.
|
public Connector createConnector(Map<String,Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool)
ConnectorFactory
createConnector
in interface ConnectorFactory
configuration
- the configurationhandler
- the handlerlistener
- the listenercloseExecutor
- the close executorthreadPool
- the threadpoolscheduledThreadPool
- the scheduled thread poolpublic Set<String> getAllowableProperties()
ConnectorFactory
getAllowableProperties
in interface ConnectorFactory
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.