net.artima.place
Class ServiceContextFactory

java.lang.Object
  |
  +--net.artima.place.ServiceContextFactory

public class ServiceContextFactory
extends java.lang.Object

A static factory that produces a service context object.


Constructor Summary
ServiceContextFactory()
           
 
Method Summary
static java.lang.Object getServiceContext()
          Returns an object that implements service context interfaces, such as those defined in net.artima.place.context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContextFactory

public ServiceContextFactory()
Method Detail

getServiceContext

public static java.lang.Object getServiceContext()
Returns an object that implements service context interfaces, such as those defined in net.artima.place.context.