org.apache.ojb.broker.core.proxy
Interface ProxyConfiguration


public interface ProxyConfiguration

Declares a configuration for he indirection handler factory.

Author:
Thomas Dudziak
See Also:
ProxyFactory

Method Summary
 java.lang.Class getCollectionProxyClass()
          Returns the collection proxy class for generic collection classes that implement the Collection interface.
 java.lang.Class getIndirectionHandlerClass()
          Returns the indirection handler implementation class.
 java.lang.Class getListProxyClass()
          Returns the collection proxy class for collection classes that implement the List interface.
 java.lang.Class getProxyFactoryClass()
          Returns the proxy factory class
 java.lang.Class getSetProxyClass()
          Returns the collection proxy class for collection classes that implement the Set interface.
 

Method Detail

getIndirectionHandlerClass

java.lang.Class getIndirectionHandlerClass()
Returns the indirection handler implementation class.

Returns:
The indirection handler class
See Also:
IndirectionHandler

getListProxyClass

java.lang.Class getListProxyClass()
Returns the collection proxy class for collection classes that implement the List interface.

Returns:
The proxy class
See Also:
ProxyFactory.setListProxyClass(Class)

getSetProxyClass

java.lang.Class getSetProxyClass()
Returns the collection proxy class for collection classes that implement the Set interface.

Returns:
The proxy class
See Also:
ProxyFactory.setSetProxyClass(Class)

getCollectionProxyClass

java.lang.Class getCollectionProxyClass()
Returns the collection proxy class for generic collection classes that implement the Collection interface.

Returns:
The proxy class
See Also:
ProxyFactory.setCollectionProxyClass(Class)

getProxyFactoryClass

java.lang.Class getProxyFactoryClass()
Returns the proxy factory class

Returns:
The proxy class


(C) 2002 - 2006 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30