|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mf.kennewick.broker.BrokerRegistry
Base class for Kennewick Broker registries. The broker registry's job is to instantiate brokers, speical queries, special updates, and transactions for use in the domain and delegate layers. Kennewick applications must define a "kennewick.broker.registry" property whose value is the fully qualified name of the implementing broker registry.
| Constructor Summary | |
BrokerRegistry()
|
|
| Method Summary | |
abstract IBroker |
getBroker(java.lang.Class aDomainClass)
Returns the broker used to perform mapping operations on the given Class. |
abstract IBroker |
getBroker(KennewickObject anObject)
Returns the broker used to perform mapping operations on the given domain object. |
abstract ITransaction |
getTransaction()
Returns a new transaction of the appropriate type for the type of persistence mechanism. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BrokerRegistry()
| Method Detail |
public abstract IBroker getBroker(KennewickObject anObject)
anObject -
public abstract IBroker getBroker(java.lang.Class aDomainClass)
aDomainClass -
public abstract ITransaction getTransaction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||