org.jpu.patterns.serviceLocator
Interface IUserTransactionLocator
- All Superinterfaces:
- ILocator
- All Known Implementing Classes:
- UserTransactionLocator
- public interface IUserTransactionLocator
- extends ILocator
Methods inherited from interface org.jpu.patterns.serviceLocator.ILocator |
clearCache, getCache, getDefaultCast, getLookupStrategy, getNarrowStrategy, getObject, getObject, getObject, narrow, narrow, newCache, newLookupStrategy, newNarrowStrategy, removeFromCache, setCache, setLookupStrategy, setNarrowStrategy |
getUserTransaction
public javax.transaction.UserTransaction getUserTransaction(java.lang.String namingIdentifier)
throws ServiceLocatorException
- Throws:
ServiceLocatorException
getUserTransaction
public javax.transaction.UserTransaction getUserTransaction(java.lang.String namingIdentifier,
java.lang.Class c)
throws ServiceLocatorException
- Throws:
ServiceLocatorException
getUserTransaction
public javax.transaction.UserTransaction getUserTransaction(java.lang.String namingIdentifier,
ServiceLocatorOptions options)
throws ServiceLocatorException
- Throws:
ServiceLocatorException
Copyright (c) 2001-2003 - Apache Software Foundation