org.jbpm.jcr.impl
Class JcrServiceImpl
java.lang.Object
org.jbpm.jcr.impl.JcrServiceImpl
- All Implemented Interfaces:
- Serializable, JcrService, Service
public class JcrServiceImpl
- extends Object
- implements JcrService
- See Also:
- Serialized Form
|
Field Summary |
protected 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 |
session
protected javax.jcr.Session session
JcrServiceImpl
public JcrServiceImpl(javax.jcr.Session session)
getSession
public javax.jcr.Session getSession()
- Description copied from interface:
JcrService
- Get the javax.jcr.Session instance
- Specified by:
getSession in interface JcrService
close
public void close()
- Specified by:
close in interface Service
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.