org.jbpm.jcr.impl
Class JcrServiceImpl

java.lang.Object
  extended by org.jbpm.jcr.impl.JcrServiceImpl
All Implemented Interfaces:
java.io.Serializable, JcrService, Service

public class JcrServiceImpl
extends java.lang.Object
implements JcrService

See Also:
Serialized Form

Field Summary
protected  javax.jcr.Session session
           
 
Constructor Summary
JcrServiceImpl(javax.jcr.Session session)
           
 
Method Summary
 void close()
           
 javax.jcr.Session getSession()
          Get the javax.jcr.Session instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

protected javax.jcr.Session session
Constructor Detail

JcrServiceImpl

public JcrServiceImpl(javax.jcr.Session session)
Method Detail

getSession

public javax.jcr.Session getSession()
Description copied from interface: JcrService
Get the javax.jcr.Session instance

Specified by:
getSession in interface JcrService
Returns:

close

public void close()
Specified by:
close in interface Service