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 getSetProxyClass()
          Returns the collection proxy class for collection classes that implement the Set interface.
 

Method Detail

getIndirectionHandlerClass

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

Returns:
The indirection handler class
See Also:
IndirectionHandler

getListProxyClass

public 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

public 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

public 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)


(C) 2002 - 2004 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.3, 2005-04-2