org.eclipse.stardust.engine.api.ejb2
Class TunnelingSessionFactory

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ejb2.TunnelingSessionFactory
All Implemented Interfaces:
SecureSessionFactory, TunnelingAwareSecureSessionFactory

public class TunnelingSessionFactory
extends Object
implements SecureSessionFactory, TunnelingAwareSecureSessionFactory

Author:
Florin.Herinean

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.stardust.engine.api.ejb2.TunnelingAwareSecureSessionFactory
TunnelingAwareSecureSessionFactory.SecureSession
 
Constructor Summary
TunnelingSessionFactory()
           
 
Method Summary
 Object get(String jndiName, Class homeClass, Class remoteClass, Class[] creationArgTypes, Object[] creationArgs, Map credentials, Map properties)
           
 TunnelingAwareSecureSessionFactory.SecureSession getSecureSession(String jndiName, Class homeClass, Class remoteClass, Class[] creationArgTypes, Object[] creationArgs, Map credentials, Map properties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TunnelingSessionFactory

public TunnelingSessionFactory()
Method Detail

get

public Object get(String jndiName,
                  Class homeClass,
                  Class remoteClass,
                  Class[] creationArgTypes,
                  Object[] creationArgs,
                  Map credentials,
                  Map properties)
Specified by:
get in interface SecureSessionFactory

getSecureSession

public TunnelingAwareSecureSessionFactory.SecureSession getSecureSession(String jndiName,
                                                                         Class homeClass,
                                                                         Class remoteClass,
                                                                         Class[] creationArgTypes,
                                                                         Object[] creationArgs,
                                                                         Map credentials,
                                                                         Map properties)
                                                                  throws ServiceNotAvailableException
Specified by:
getSecureSession in interface TunnelingAwareSecureSessionFactory
Throws:
ServiceNotAvailableException


Copyright © 2017 Eclipse Stardust. All Rights Reserved.