wt.inf.container
Class OrganizationCache.ExchangeInfo

java.lang.Object
  extended bywt.inf.container.OrganizationCache.ExchangeInfo
Enclosing class:
OrganizationCache

private static final class OrganizationCache.ExchangeInfo
extends Object

Stores the exchange's internet domain and oid JVM Ensures thread-safe lazy initialization


Field Summary
private static String domain
           
private static ObjectIdentifier oid
           
 
Constructor Summary
private OrganizationCache.ExchangeInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain

private static final String domain

oid

private static final ObjectIdentifier oid
Constructor Detail

OrganizationCache.ExchangeInfo

private OrganizationCache.ExchangeInfo()