org.camunda.bpm.engine.impl.variable.serializer
Class DeserializedObjectsSessionFactory

java.lang.Object
  extended by org.camunda.bpm.engine.impl.variable.serializer.DeserializedObjectsSessionFactory
All Implemented Interfaces:
SessionFactory

public class DeserializedObjectsSessionFactory
extends Object
implements SessionFactory

Author:
Daniel Meyer

Constructor Summary
DeserializedObjectsSessionFactory()
           
 
Method Summary
 Class<?> getSessionType()
           
 Session openSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeserializedObjectsSessionFactory

public DeserializedObjectsSessionFactory()
Method Detail

getSessionType

public Class<?> getSessionType()
Specified by:
getSessionType in interface SessionFactory

openSession

public Session openSession()
Specified by:
openSession in interface SessionFactory


Copyright © 2014 camunda services GmbH. All rights reserved.