Uses of Class
org.eclipse.net4j.jms.server.IDestination.Type

Packages that use IDestination.Type
org.eclipse.net4j.jms.server   
 

Uses of IDestination.Type in org.eclipse.net4j.jms.server
 

Methods in org.eclipse.net4j.jms.server that return IDestination.Type
 IDestination.Type IDestination.getType()
           
static IDestination.Type IDestination.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IDestination.Type[] IDestination.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.net4j.jms.server with parameters of type IDestination.Type
 IDestination IServer.createDestination(java.lang.String name, IDestination.Type type)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.