|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlBlaster.j2ee.k2.BlasterConnectionFactoryImpl
public class BlasterConnectionFactoryImpl
BlasterConnectionFactoryImpl.java Created: Fri Jan 26 13:28:54 2001
| Field Summary | |
|---|---|
private javax.resource.spi.ConnectionManager |
cm
Hook to the appserver |
private javax.resource.spi.ManagedConnectionFactory |
mcf
Blasters own factory |
private javax.naming.Reference |
reference
|
| Constructor Summary | |
|---|---|
BlasterConnectionFactoryImpl(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionManager cm)
|
|
| Method Summary | |
|---|---|
BlasterConnection |
getConnection()
Container managed login |
BlasterConnection |
getConnection(java.lang.String userName,
java.lang.String password)
Client managed login |
javax.naming.Reference |
getReference()
|
void |
setReference(javax.naming.Reference reference)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private javax.naming.Reference reference
private javax.resource.spi.ManagedConnectionFactory mcf
private javax.resource.spi.ConnectionManager cm
| Constructor Detail |
|---|
public BlasterConnectionFactoryImpl(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionManager cm)
| Method Detail |
|---|
public BlasterConnection getConnection()
throws javax.resource.ResourceException
getConnection in interface BlasterConnectionFactoryjavax.resource.ResourceException
public BlasterConnection getConnection(java.lang.String userName,
java.lang.String password)
throws javax.resource.ResourceException
getConnection in interface BlasterConnectionFactoryjavax.resource.ResourceExceptionpublic void setReference(javax.naming.Reference reference)
public javax.naming.Reference getReference()
getReference in interface javax.naming.Referenceable
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||