FileDocCategorySizeDatePackage
DottedNameFactory.javaAPI DocGlassfish v2 API3912Fri May 04 22:24:08 BST 2007com.sun.enterprise.admin.dottedname

DottedNameFactory

public final class DottedNameFactory extends Object

Fields Summary
static final Factory
sImpl
Constructors Summary
private DottedNameFactory()

	
	  
	
		//public DottedName	lookup( final String dottedNameString );
		 	    
		 			
		 			    
	
	
	
		
	
	
		// disallow instantiation outside newInstance()
	
Methods Summary
public static com.sun.enterprise.admin.dottedname.DottedNameFactory$FactorygetInstance()

		return( sImpl );
	
public static com.sun.enterprise.admin.dottedname.DottedNameFactory$FactorynewInstance()

		return( new Impl() );