Uses of Class
org.hornetq.spi.core.protocol.ProtocolType

Packages that use ProtocolType
org.hornetq.spi.core.protocol   
org.hornetq.spi.core.remoting Remoting SPI. 
 

Uses of ProtocolType in org.hornetq.spi.core.protocol
 

Methods in org.hornetq.spi.core.protocol that return ProtocolType
static ProtocolType ProtocolType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProtocolType[] ProtocolType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ProtocolType in org.hornetq.spi.core.remoting
 

Methods in org.hornetq.spi.core.remoting with parameters of type ProtocolType
 void ConnectionLifeCycleListener.connectionCreated(Acceptor acceptor, Connection connection, ProtocolType protocol)
          This method is used both by client connector creation and server connection creation through acceptors.
 



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