|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.connector.JCAResourceImpl
public class JCAResourceImpl
Constructor Summary | |
---|---|
JCAResourceImpl(String objectName,
Collection connectionFactories,
Collection resourceAdapters,
Collection adminObjects)
|
Method Summary | |
---|---|
JCAAdminObject[] |
getAdminObjectInstances()
|
JCAAdminObject[] |
getAdminObjectInstances(String adminObjectInterface)
|
JCAAdminObject[] |
getAdminObjectInstances(String[] adminObjectInterfaces)
|
String[] |
getAdminObjects()
|
String[] |
getConnectionFactories()
A list of connection factories provided by this resource. |
JCAConnectionFactory[] |
getConnectionFactoryInstances()
|
String |
getObjectName()
Gets the unique name of this object. |
JCAManagedConnectionFactory[] |
getOutboundFactories()
|
JCAManagedConnectionFactory[] |
getOutboundFactories(String connectionFactoryInterface)
|
JCAManagedConnectionFactory[] |
getOutboundFactories(String[] connectionFactoryInterfaces)
|
String[] |
getResourceAdapterInstanceNames()
|
JCAResourceAdapter[] |
getResourceAdapterInstances()
|
boolean |
isEventProvider()
Determines if this object implemnts the event provider type defined in the J2EE Management specification. |
boolean |
isStateManageable()
Determines if this object implements the state manageable type defined in the J2EE Management specification. |
boolean |
isStatisticsProvider()
Determines if this object implemnts the statistics provider type defined in the J2EE Management specification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JCAResourceImpl(String objectName, Collection connectionFactories, Collection resourceAdapters, Collection adminObjects)
Method Detail |
---|
public String[] getConnectionFactories()
JCAResource
getConnectionFactories
in interface JCAResource
public String[] getResourceAdapterInstanceNames()
public JCAResourceAdapter[] getResourceAdapterInstances()
public JCAConnectionFactory[] getConnectionFactoryInstances()
public JCAManagedConnectionFactory[] getOutboundFactories()
public JCAManagedConnectionFactory[] getOutboundFactories(String connectionFactoryInterface)
public JCAManagedConnectionFactory[] getOutboundFactories(String[] connectionFactoryInterfaces)
public String[] getAdminObjects()
public JCAAdminObject[] getAdminObjectInstances()
public JCAAdminObject[] getAdminObjectInstances(String adminObjectInterface)
public JCAAdminObject[] getAdminObjectInstances(String[] adminObjectInterfaces)
public String getObjectName()
J2EEManagedObject
getObjectName
in interface J2EEManagedObject
public boolean isStateManageable()
J2EEManagedObject
isStateManageable
in interface J2EEManagedObject
public boolean isStatisticsProvider()
J2EEManagedObject
isStatisticsProvider
in interface J2EEManagedObject
public boolean isEventProvider()
J2EEManagedObject
isEventProvider
in interface J2EEManagedObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |