Uses of Interface
com.sas.metadata.remote.MdFactory

Packages that use MdFactory
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of MdFactory in com.sas.metadata.remote
 

Classes in com.sas.metadata.remote that implement MdFactory
 class MdFactoryImpl
          This creates objects and Object Stores to be used by views of the metadata.
 

Methods in com.sas.metadata.remote that return MdFactory
abstract  MdFactory MdStore.getFactory()
          Returns the factory used to create objects.
abstract  MdFactory MdServerStore.getFactory()
          Returns the factory used to create objects.
abstract  MdFactory MdObjectStore.getFactory()
          Returns the factory used to create objects.
 MdFactory MdFactoryEvent.getFactory()
          Returns the factory for this event
 MdFactory MdConnectionEvent.getFactory()
          Returns the factory for this event
 MdFactory MdFactoryImpl.getInstance()
          Get's the instance of the factory.
abstract  MdFactory MdFactory.getInstance()
          Get's the instance of the factory.
 

Constructors in com.sas.metadata.remote with parameters of type MdFactory
MdConnectionEvent(java.lang.Object source, MdFactory factory, java.lang.Exception e)
           
MdFactoryEvent(MdFactory factory, java.util.Map<java.lang.String,java.lang.String> objectMap)
           
MdFactoryEvent(MdFactory factory, java.lang.String[] objectIDs)
          Deprecated. use MdFactoryEvent.MdFactoryEvent(MdFactory, Map) instead
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.