org.hornetq.spi.core.remoting
Class AbstractConnector

java.lang.Object
  extended by org.hornetq.spi.core.remoting.AbstractConnector
All Implemented Interfaces:
Connector

public abstract class AbstractConnector
extends Object
implements Connector

Abstract connector

Author:
Howard Gao

Field Summary
protected  Map<String,Object> configuration
           
 
Constructor Summary
protected AbstractConnector(Map<String,Object> configuration)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hornetq.spi.core.remoting.Connector
close, createConnection, isEquivalent, isStarted, start
 

Field Detail

configuration

protected final Map<String,Object> configuration
Constructor Detail

AbstractConnector

protected AbstractConnector(Map<String,Object> configuration)


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.