ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr
Interface Environment

All Known Implementing Classes:
LocalEnvironment, RepositoryService

@ThreadSafe
public interface Environment


Method Summary
 org.infinispan.manager.CacheContainer getCacheContainer(String name)
           
 org.jgroups.Channel getChannel(String name)
           
 ClassLoader getClassLoader(ClassLoader fallbackLoader, String... classpathEntries)
           
 void shutdown()
           
 

Method Detail

getCacheContainer

org.infinispan.manager.CacheContainer getCacheContainer(String name)
                                                        throws IOException,
                                                               NamingException
Throws:
IOException
NamingException

getChannel

org.jgroups.Channel getChannel(String name)
                               throws Exception
Throws:
Exception

getClassLoader

ClassLoader getClassLoader(ClassLoader fallbackLoader,
                           String... classpathEntries)

shutdown

void shutdown()

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.