ModeShape Distribution 3.0.0.Beta4

org.modeshape.jdbc.delegate
Class LocalSession

java.lang.Object
  extended by org.modeshape.jdbc.delegate.LocalSession

public class LocalSession
extends Object


Constructor Summary
LocalSession()
           
 
Method Summary
 LocalSession getLocalSession()
           
 LocalSession getLocalSession(Repository repository, ConnectionInfo connInfo)
           
static LocalSession getLocalSessionInstance()
           
 Session getSession()
           
 void remove()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalSession

public LocalSession()
Method Detail

getLocalSessionInstance

public static LocalSession getLocalSessionInstance()

getLocalSession

public LocalSession getLocalSession()

getLocalSession

public LocalSession getLocalSession(Repository repository,
                                    ConnectionInfo connInfo)
                             throws LoginException,
                                    NoSuchWorkspaceException,
                                    RepositoryException
Throws:
LoginException
NoSuchWorkspaceException
RepositoryException

getSession

public Session getSession()

remove

public void remove()

toString

public String toString()
Overrides:
toString in class Object

ModeShape Distribution 3.0.0.Beta4

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