com.infoengine.email
Class ServiceContext

java.lang.Object
  extended bycom.infoengine.email.ServiceContext

public class ServiceContext
extends Object


Field Summary
static Hashtable contexts
           
 String domain
           
 String guid
           
 
Constructor Summary
ServiceContext(String domain)
           
ServiceContext(String domain, String guid)
           
 
Method Summary
static void createContext(String domain)
           
static ServiceContext getContext()
           
static void removeContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contexts

public static Hashtable contexts

domain

public String domain

guid

public String guid
Constructor Detail

ServiceContext

public ServiceContext(String domain,
                      String guid)

ServiceContext

public ServiceContext(String domain)
Method Detail

createContext

public static void createContext(String domain)

getContext

public static ServiceContext getContext()

removeContext

public static void removeContext()