Uses of Class
org.jboss.messaging.core.postoffice.BindingType

Packages that use BindingType
org.jboss.messaging.core.postoffice   
org.jboss.messaging.core.postoffice.impl   
org.jboss.messaging.core.server.cluster.impl   
 

Uses of BindingType in org.jboss.messaging.core.postoffice
 

Methods in org.jboss.messaging.core.postoffice that return BindingType
static BindingType BindingType.fromOrdinal(int index)
           
 BindingType Binding.getType()
           
static BindingType BindingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BindingType[] BindingType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of BindingType in org.jboss.messaging.core.postoffice.impl
 

Methods in org.jboss.messaging.core.postoffice.impl that return BindingType
 BindingType LocalQueueBinding.getType()
           
 BindingType DivertBinding.getType()
           
 

Uses of BindingType in org.jboss.messaging.core.server.cluster.impl
 

Methods in org.jboss.messaging.core.server.cluster.impl that return BindingType
 BindingType RemoteQueueBindingImpl.getType()
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.