Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.mom
Class PropertyDefFactoryManager

java.lang.Object
  extended by oracle.jbo.mom.PropertyDefFactoryManager


public class PropertyDefFactoryManager
extends java.lang.Object

Method Summary
static PropertyDefFactoryManager getInstance()
          getInstance returns an instance of PropertyDefFactoryManager the given namespace
 PropertyDefFactory getPropertyDefFactory(java.lang.String namespace)
          getPropertyDefFactory returns the PropertyDefFactory registered against the given namespace
 void registerPropertyDefFactory(java.lang.String namespace, PropertyDefFactory propDefFactory)
          registerPropertyDefFactory registers the PropertyDefFactory against the given namespace
 void unregisterResourceFactory(java.lang.String namespace)
          unregisterPropertyDefFactory unregisters the PropertyDefFactory which was registered against the given namespace

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getInstance

public static PropertyDefFactoryManager getInstance()
getInstance returns an instance of PropertyDefFactoryManager the given namespace

getPropertyDefFactory

public PropertyDefFactory getPropertyDefFactory(java.lang.String namespace)
getPropertyDefFactory returns the PropertyDefFactory registered against the given namespace
Parameters:
namespace - String

registerPropertyDefFactory

public void registerPropertyDefFactory(java.lang.String namespace,
                                       PropertyDefFactory propDefFactory)
registerPropertyDefFactory registers the PropertyDefFactory against the given namespace
Parameters:
namespace - String
propDefFactory - PropertyDefFactory

unregisterResourceFactory

public void unregisterResourceFactory(java.lang.String namespace)
unregisterPropertyDefFactory unregisters the PropertyDefFactory which was registered against the given namespace
Parameters:
namespace - java.lang.String

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.