|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagementHelper
A helper interface to navigate between management objects. This is not complete; it will be expanded as necessary.
| Method Detail |
|---|
J2EEDomain[] getDomains()
J2EEApplication[] getApplications(J2EEServer server)
AppClientModule[] getAppClients(J2EEServer server)
WebModule[] getWebModules(J2EEServer server)
EJBModule[] getEJBModules(J2EEServer server)
ResourceAdapterModule[] getRAModules(J2EEServer server)
ResourceAdapterModule[] getOutboundRAModules(J2EEServer server,
String connectionFactoryInterface)
ResourceAdapterModule[] getOutboundRAModules(J2EEServer server,
String[] connectionFactoryInterfaces)
ResourceAdapterModule[] getAdminObjectModules(J2EEServer server,
String[] adminObjectInterfaces)
JCAManagedConnectionFactory[] getOutboundFactories(J2EEServer server,
String connectionFactoryInterface)
JCAResource[] getJCAResources(J2EEServer server)
JDBCResource[] getJDBCResources(J2EEServer server)
JMSResource[] getJMSResources(J2EEServer server)
JVM[] getJavaVMs(J2EEServer server)
SystemLog getSystemLog(JVM jvm)
J2EEModule[] getModules(J2EEApplication application)
AppClientModule[] getAppClients(J2EEApplication application)
WebModule[] getWebModules(J2EEApplication application)
EJBModule[] getEJBModules(J2EEApplication application)
ResourceAdapterModule[] getRAModules(J2EEApplication application)
JCAResource[] getJCAResources(J2EEApplication application)
JDBCResource[] getJDBCResources(J2EEApplication application)
JMSResource[] getJMSResources(J2EEApplication application)
EJB[] getEJBs(EJBModule module)
Servlet[] getServlets(WebModule module)
ResourceAdapter[] getResourceAdapters(ResourceAdapterModule module)
JCAManagedConnectionFactory[] getOutboundFactories(ResourceAdapterModule module)
JCAManagedConnectionFactory[] getOutboundFactories(ResourceAdapterModule module,
String connectionFactoryInterface)
JCAManagedConnectionFactory[] getOutboundFactories(ResourceAdapterModule module,
String[] connectionFactoryInterfaces)
JCAAdminObject[] getAdminObjects(ResourceAdapterModule module,
String[] adminObjectInterfaces)
JCAResource[] getRAResources(ResourceAdapter adapter)
JDBCDataSource[] getDataSource(JDBCResource resource)
JDBCDriver[] getDriver(JDBCDataSource dataSource)
JCAConnectionFactory[] getConnectionFactories(JCAResource resource)
JCAManagedConnectionFactory getManagedConnectionFactory(JCAConnectionFactory factory)
Object getObject(AbstractName abstractName)
Artifact getConfigurationNameFor(AbstractName abstractName)
String getGBeanDescription(AbstractName abstractName)
void testLoginModule(J2EEServer server,
LoginModule module,
Map options)
Subject testLoginModule(J2EEServer server,
LoginModule module,
Map options,
String username,
String password)
throws LoginException
LoginExceptionObject[] findByInterface(Class iface)
AbstractName getNameFor(Object component)
ConfigurationData[] getConfigurations(ConfigurationModuleType type,
boolean includeChildModules)
J2EEDeployedObject getModuleForConfiguration(Artifact configuration)
void addGBeanToConfiguration(Artifact configID,
GBeanData gbean,
boolean start)
configID - The configuration to add the GBean to.gbean - The data representing the GBean to add.start - If true, the GBean should be started as part of this call.Naming getNaming()
Object[] getGBeansImplementing(Class iface)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||