Method Summary |
|
public void | addGBeanToConfiguration(Artifact configID, GBeanData gbean, boolean start) Adds a new GBean to an existing Configuration. |
Object[] | findByInterface(Class iface) |
ResourceAdapterModule[] | getAdminObjectModules(J2EEServer server, String[] adminObjectInterfaces) |
JCAAdminObject[] | getAdminObjects(ResourceAdapterModule module, String[] adminObjectInterfaces) |
AppClientModule[] | getAppClients(J2EEServer server) |
AppClientModule[] | getAppClients(J2EEApplication application) |
J2EEApplication[] | getApplications(J2EEServer server) |
Artifact | getConfigurationNameFor(AbstractName abstractName) |
ConfigurationData[] | getConfigurations(ConfigurationModuleType type, boolean includeChildModules) |
JCAConnectionFactory[] | getConnectionFactories(JCAResource resource) |
JDBCDataSource[] | getDataSource(JDBCResource resource) |
J2EEDomain[] | getDomains() |
JDBCDriver[] | getDriver(JDBCDataSource dataSource) |
EJBModule[] | getEJBModules(J2EEServer server) |
EJBModule[] | getEJBModules(J2EEApplication application) |
EJB[] | getEJBs(EJBModule module) |
String | getGBeanDescription(AbstractName abstractName) |
Object[] | getGBeansImplementing(Class iface) |
JCAResource[] | getJCAResources(J2EEServer server) |
JCAResource[] | getJCAResources(J2EEApplication application) |
JDBCResource[] | getJDBCResources(J2EEServer server) |
JDBCResource[] | getJDBCResources(J2EEApplication application) |
JMSResource[] | getJMSResources(J2EEServer server) |
JMSResource[] | getJMSResources(J2EEApplication application) |
JVM[] | getJavaVMs(J2EEServer server) |
JCAManagedConnectionFactory | getManagedConnectionFactory(JCAConnectionFactory factory) |
J2EEDeployedObject | getModuleForConfiguration(Artifact configuration) Gets a JSR-77 Module (WebModule, EJBModule, etc.) for the specified configuration. |
J2EEModule[] | getModules(J2EEApplication application) |
AbstractName | getNameFor(Object component) |
public Naming | getNaming() This method returns the Naming object of the kernel. |
Object | getObject(AbstractName abstractName) |
JCAManagedConnectionFactory[] | getOutboundFactories(J2EEServer server, String connectionFactoryInterface) |
JCAManagedConnectionFactory[] | getOutboundFactories(ResourceAdapterModule module) |
JCAManagedConnectionFactory[] | getOutboundFactories(ResourceAdapterModule module, String connectionFactoryInterface) |
JCAManagedConnectionFactory[] | getOutboundFactories(ResourceAdapterModule module, String[] connectionFactoryInterfaces) |
ResourceAdapterModule[] | getOutboundRAModules(J2EEServer server, String connectionFactoryInterface) |
ResourceAdapterModule[] | getOutboundRAModules(J2EEServer server, String[] connectionFactoryInterfaces) |
ResourceAdapterModule[] | getRAModules(J2EEServer server) |
ResourceAdapterModule[] | getRAModules(J2EEApplication application) |
JCAResource[] | getRAResources(ResourceAdapter adapter) |
ResourceAdapter[] | getResourceAdapters(ResourceAdapterModule module) |
J2EEResource[] | getResources(J2EEServer server) |
Servlet[] | getServlets(WebModule module) |
SystemLog | getSystemLog(JVM jvm) |
WebModule[] | getWebModules(J2EEServer server) |
WebModule[] | getWebModules(J2EEApplication application) |
void | testLoginModule(J2EEServer server, LoginModule module, Map options) |
Subject | testLoginModule(J2EEServer server, LoginModule module, Map options, String username, String password) |