org.jboss.management.j2ee
Interface JCAResourceMBean

All Superinterfaces:
J2EEManagedObjectMBean, J2EEResourceMBean, StatisticsProvider
All Known Implementing Classes:
JCAResource

public interface JCAResourceMBean
extends J2EEResourceMBean, StatisticsProvider

MBean interface.


Method Summary
 String[] getconnectionFactories()
           
 String getconnectionFactory(int i)
           
 
Methods inherited from interface org.jboss.management.j2ee.J2EEManagedObjectMBean
addChild, getobjectName, getparent, iseventProvider, isstateManageable, isstatisticsProvider, removeChild, setparent
 
Methods inherited from interface org.jboss.management.j2ee.statistics.StatisticsProvider
getstats, resetStats
 

Method Detail

getconnectionFactories

String[] getconnectionFactories()

getconnectionFactory

String getconnectionFactory(int i)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.