org.eclipse.stardust.engine.api.ejb2
Interface TunnelingAwareSecureSessionFactory

All Superinterfaces:
SecureSessionFactory
All Known Implementing Classes:
InternallyAuthentifiedSecureSessionFactory, TunnelingSessionFactory

public interface TunnelingAwareSecureSessionFactory
extends SecureSessionFactory

Version:
$Revision: $
Author:
sauer

Nested Class Summary
static class TunnelingAwareSecureSessionFactory.SecureSession
           
 
Method Summary
 TunnelingAwareSecureSessionFactory.SecureSession getSecureSession(String jndiName, Class homeClass, Class remoteClass, Class[] creationArgTypes, Object[] creationArgs, Map credentials, Map properties)
           
 
Methods inherited from interface org.eclipse.stardust.engine.api.ejb2.SecureSessionFactory
get
 

Method Detail

getSecureSession

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


Copyright © 2017 Eclipse Stardust. All Rights Reserved.