org.eclipse.stardust.engine.api.ejb2
Class TunnelingSessionFactory
java.lang.Object
org.eclipse.stardust.engine.api.ejb2.TunnelingSessionFactory
- All Implemented Interfaces:
- SecureSessionFactory, TunnelingAwareSecureSessionFactory
public class TunnelingSessionFactory
- extends Object
- implements SecureSessionFactory, TunnelingAwareSecureSessionFactory
- Author:
- Florin.Herinean
|
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)
|
TunnelingSessionFactory
public TunnelingSessionFactory()
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.