Uses of Class
org.jboss.messaging.core.server.JournalType

Packages that use JournalType
org.jboss.messaging.core.config   
org.jboss.messaging.core.config.impl   
org.jboss.messaging.core.server   
 

Uses of JournalType in org.jboss.messaging.core.config
 

Methods in org.jboss.messaging.core.config that return JournalType
 JournalType Configuration.getJournalType()
           
 

Uses of JournalType in org.jboss.messaging.core.config.impl
 

Fields in org.jboss.messaging.core.config.impl declared as JournalType
 JournalType ConfigurationImpl.journalType
           
 

Methods in org.jboss.messaging.core.config.impl that return JournalType
 JournalType ConfigurationImpl.getJournalType()
           
 

Methods in org.jboss.messaging.core.config.impl with parameters of type JournalType
 void ConfigurationImpl.setJournalType(JournalType type)
           
 

Uses of JournalType in org.jboss.messaging.core.server
 

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



Copyright © 2006 JBoss Inc. All Rights Reserved.