oracle.panama.model
Class MetaLocator

java.lang.Object
  |
  +--oracle.panama.model.MetaLocator

public class MetaLocator
extends java.lang.Object

The locator is used to lookup factories.


Method Summary
TypeMethod
static MetaLocator getInstance()
          Get the single instance of this locator.
 ModelFactory getModelFactory()
           
 ModelServices getModelServices()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MetaLocator getInstance()
Get the single instance of this locator.
Returns:
the single instance of the locator.

getModelFactory

public ModelFactory getModelFactory()

getModelServices

public ModelServices getModelServices()