|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.compatibility.base.application.container.LightweightContainer_1
LightweightContainer and its implementation classes.
public class LightweightContainer_1
A former implementation of a lightweight container.
| Field Summary | |
|---|---|
static String |
CONNECTOR_DEPLOYMENT_UNITS
Deprecated. Use this system property to define the connector deployment units to be deployed |
protected Path[] |
connectorDeploymentUnits
Deprecated. The connector deployment units to be processed |
static String |
NOT_AVAILABLE
Deprecated. Indicator that some information is not available |
static String |
PROVIDER_DEPLOYMENT_UNITS
Deprecated. Use this system property to define the provider deployment units to be deployed |
protected DataproviderContainer_1 |
providerContainer
Deprecated. The provider container |
protected Path[] |
providerDeploymentUnits
Deprecated. The provider deployment units to be processed |
static String |
SEPARATOR
Deprecated. The deployment unit paths are separated by commas. |
| Constructor Summary | |
|---|---|
LightweightContainer_1()
Deprecated. Allow dynamic class loading by passing the parameters as system property. |
|
LightweightContainer_1(String id,
Path[] connectorDeploymentUnits,
Path[] providerDeploymentUnits)
Deprecated. Pass parameter as arguments. |
|
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Path[] connectorDeploymentUnits
protected final Path[] providerDeploymentUnits
protected DataproviderContainer_1 providerContainer
public static final String CONNECTOR_DEPLOYMENT_UNITS
public static final String PROVIDER_DEPLOYMENT_UNITS
public static final String SEPARATOR
public static final String NOT_AVAILABLE
| Constructor Detail |
|---|
public LightweightContainer_1(String id,
Path[] connectorDeploymentUnits,
Path[] providerDeploymentUnits)
throws ServiceException
This mthod allows the lightweight container's replacement during unit tests.
ServiceException
public LightweightContainer_1()
throws ServiceException
ServiceException| Method Detail |
|---|
public void activate()
throws Exception
An activate() implementation of a subclass should be of the form:
{
super.activate();
local activation code...
}
activate in interface Manageable_1_0Exception - the application framwork maps all java Exceptions
internally to standard ServiceExceptions.
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_0Exception - 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 | |||||||||