Package org.apache.cxf.jca.outbound
Class CXFManagedConnectionMetaData
- java.lang.Object
-
- org.apache.cxf.jca.outbound.CXFManagedConnectionMetaData
-
- All Implemented Interfaces:
javax.resource.spi.ManagedConnectionMetaData
public class CXFManagedConnectionMetaData extends Object implements javax.resource.spi.ManagedConnectionMetaData
CXF Managed Connection MetaData
-
-
Constructor Summary
Constructors Constructor Description CXFManagedConnectionMetaData(String userName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEISProductName()StringgetEISProductVersion()intgetMaxConnections()StringgetUserName()
-
-
-
Constructor Detail
-
CXFManagedConnectionMetaData
public CXFManagedConnectionMetaData(String userName)
- Parameters:
userName-
-
-
Method Detail
-
getEISProductName
public String getEISProductName() throws javax.resource.ResourceException
- Specified by:
getEISProductNamein interfacejavax.resource.spi.ManagedConnectionMetaData- Throws:
javax.resource.ResourceException
-
getEISProductVersion
public String getEISProductVersion() throws javax.resource.ResourceException
- Specified by:
getEISProductVersionin interfacejavax.resource.spi.ManagedConnectionMetaData- Throws:
javax.resource.ResourceException
-
getMaxConnections
public int getMaxConnections() throws javax.resource.ResourceException- Specified by:
getMaxConnectionsin interfacejavax.resource.spi.ManagedConnectionMetaData- Throws:
javax.resource.ResourceException
-
getUserName
public String getUserName() throws javax.resource.ResourceException
- Specified by:
getUserNamein interfacejavax.resource.spi.ManagedConnectionMetaData- Throws:
javax.resource.ResourceException
-
-