Openwings API Documentation (v1.1)

net.openwings.container
Class ContainerAccessFactory

java.lang.Object
  extended bynet.openwings.container.ContainerAccessFactory

public final class ContainerAccessFactory
extends java.lang.Object

This class provides processes that are running in a Container a way to obtain an implementation of ContainerAccess. The choice of ContainerAccess implementation class is set using the net.openwings.container.implementation property.


Method Summary
static ContainerAccess getContainerAccess()
          This method is used to obtain a ContainerAccess.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContainerAccess

public static ContainerAccess getContainerAccess()
This method is used to obtain a ContainerAccess.

Returns:
object implementing the ContainerAccess interface, or null if this process is not running in a container.

Openwings API Documentation (v1.1)