org.openmdx.compatibility.base.dataprovider.kernel
Class WlsDataproviderConnectionManager_1

java.lang.Object
  extended by org.openmdx.compatibility.base.application.spi.AbstractApplicationContext_1
      extended by org.openmdx.compatibility.base.application.j2ee.ApplicationServerManager_1
          extended by org.openmdx.compatibility.base.application.j2ee.WlsManager_1
              extended by org.openmdx.compatibility.base.dataprovider.kernel.WlsDataproviderConnectionManager_1
All Implemented Interfaces:
ApplicationContext_1_0, Manageable_1_0

Deprecated. in favour of Standard JNDI access

public class WlsDataproviderConnectionManager_1
extends WlsManager_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

DEPLOYMENT_UNIT_PROPERTY

public static final String DEPLOYMENT_UNIT_PROPERTY
Deprecated. 
Use this system property to define the units to be deployed

See Also:
Constant Field Values

SEPARATOR

public static final String SEPARATOR
Deprecated. 
The deployment unit paths are separated by commas.

See Also:
Constant Field Values
Constructor Detail

WlsDataproviderConnectionManager_1

public WlsDataproviderConnectionManager_1()
Deprecated. 
Allow dynamic class loading

Method Detail

activate

public void activate()
              throws Exception,
                     ServiceException
Deprecated. 
The activate method initializes a layer or component.

An activate() implementation of a subclass should be of the form:

   {
     super.activate();
     local activation code...
   }
 

Specified by:
activate in interface Manageable_1_0
Overrides:
activate in class AbstractApplicationContext_1
Throws:
Exception - the application framwork maps all java Exceptions internally to standard ServiceExceptions.
ServiceException

deactivate

public void deactivate()
                throws Exception,
                       ServiceException
Deprecated. 
The deactivate method releases a layer or component.

A deactivate() implementation of a subclass should be of the form: of the form:

   {
     local deactivation code...
     super.deactivate();
   }
 

Specified by:
deactivate in interface Manageable_1_0
Overrides:
deactivate in class AbstractApplicationContext_1
Throws:
Exception - the application framwork maps all java Exceptions internally to standard ServiceExceptions.
ServiceException


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.