Arch4J 1.1

org.arch4j.baseservices
Interface BaseServices

All Known Implementing Classes:
J2EEContainerBaseServices, JbossBaseServices, WebLogicBaseServices, WebsphereBaseServices

public interface BaseServices

This class provides the interface to get base services offered by an application server or other provider.

As an example of access to the base services:

Context ctx = BaseServicesProvider.getProvider().getContext();

Version:
1.0
Author:
David Colwell

Method Summary
 Context getContext()
          Gets a JNDI Context.
 

Method Detail

getContext

public Context getContext()
Gets a JNDI Context.


Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.