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(Connection connection, ProtocolType protocol)
          called when a connection is created.
 



Copyright © 2009 Red Hat Inc. All Rights Reserved.