Uses of Class
de.nava.informa.core.ChannelBuilderException

Packages that use ChannelBuilderException
de.nava.informa.core This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. 
de.nava.informa.impl.basic Provides an in-memory implementation of the core news channel interfaces. 
de.nava.informa.impl.hibernate Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org
 

Uses of ChannelBuilderException in de.nava.informa.core
 

Methods in de.nava.informa.core that throw ChannelBuilderException
 void ChannelBuilderIF.beginTransaction()
           
 void ChannelBuilderIF.close()
          Closes the builder.
 void ChannelBuilderIF.endTransaction()
           
 void ChannelBuilderIF.init(Properties props)
          Sets the runtime properties defined for this channel builder.
 void ChannelBuilderIF.update(Object o)
           
 

Uses of ChannelBuilderException in de.nava.informa.impl.basic
 

Methods in de.nava.informa.impl.basic that throw ChannelBuilderException
 void ChannelBuilder.beginTransaction()
           
 void ChannelBuilder.close()
          The following methods are only meaningful for persistent informa back end implementations such as Hibernate and are no-ops otherwise.
 void ChannelBuilder.endTransaction()
           
 void ChannelBuilder.init(Properties props)
           
 

Uses of ChannelBuilderException in de.nava.informa.impl.hibernate
 

Methods in de.nava.informa.impl.hibernate that throw ChannelBuilderException
 void ChannelBuilder.beginTransaction()
          Processing needed at the start of a transaction.
 void ChannelBuilder.close()
           
 void ChannelBuilder.delete(Object o)
          Hibernate Delete some object
 void ChannelBuilder.endTransaction()
          Processing needed at the end of a transaction.
 void ChannelBuilder.init(Properties props)
           
 Channel ChannelBuilder.reload(Channel channel)
          Reloads channel for use in new session.
 ChannelGroup ChannelBuilder.reload(ChannelGroup group)
          Reloads group for use in new session.
 Item ChannelBuilder.reload(Item item)
          Reloads item for use in new session.
 void ChannelBuilder.update(Object o)
          update - Hibernate Update some object
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.