|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.compatibility.base.application.spi.AbstractApplicationContext_1
org.openmdx.compatibility.base.application.j2ee.ApplicationServerManager_1
org.openmdx.compatibility.base.application.j2ee.WlsManager_1
org.openmdx.compatibility.base.dataprovider.kernel.WlsDataproviderConnectionManager_1
public class WlsDataproviderConnectionManager_1
A WebLogic Server specific application context
| Field Summary | |
|---|---|
static String |
DEPLOYMENT_UNIT_PROPERTY
Deprecated. Use this system property to define the units to be deployed |
static String |
SEPARATOR
Deprecated. The deployment unit paths are separated by commas. |
| Constructor Summary | |
|---|---|
WlsDataproviderConnectionManager_1()
Deprecated. Allow dynamic class loading |
|
| Method Summary | |
|---|---|
void |
activate()
Deprecated. The activate method initializes a layer or component. |
void |
deactivate()
Deprecated. The deactivate method releases a layer or component. |
| Methods inherited from class org.openmdx.compatibility.base.application.j2ee.WlsManager_1 |
|---|
domainName, serverName |
| Methods inherited from class org.openmdx.compatibility.base.application.j2ee.ApplicationServerManager_1 |
|---|
getContainerId, getDomainName |
| Methods inherited from class org.openmdx.compatibility.base.application.spi.AbstractApplicationContext_1 |
|---|
getInstance, hasInstance, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String DEPLOYMENT_UNIT_PROPERTY
public static final String SEPARATOR
| Constructor Detail |
|---|
public WlsDataproviderConnectionManager_1()
| Method Detail |
|---|
public void activate()
throws Exception,
ServiceException
An activate() implementation of a subclass should be of the form:
{
super.activate();
local activation code...
}
activate in interface Manageable_1_0activate in class AbstractApplicationContext_1Exception - the application framwork maps all java Exceptions
internally to standard ServiceExceptions.
ServiceException
public void deactivate()
throws Exception,
ServiceException
A deactivate() implementation of a subclass should be of the form: of the form:
{
local deactivation code...
super.deactivate();
}
deactivate in interface Manageable_1_0deactivate in class AbstractApplicationContext_1Exception - the application framwork maps all java Exceptions
internally to standard ServiceExceptions.
ServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||