org.springframework.osgi.service.importer
Class OsgiMultiServiceProxyFactoryBean.CollectionOptions

java.lang.Object
  extended by org.springframework.osgi.service.importer.OsgiMultiServiceProxyFactoryBean.CollectionOptions
Enclosing class:
OsgiMultiServiceProxyFactoryBean

public abstract static class OsgiMultiServiceProxyFactoryBean.CollectionOptions
extends Object

Enumeration style class used to specify the collection type that this FactoryBean should produce.

Author:
Costin Leau

Field Summary
static Class[] classMapping
           
static int COLLECTION
           
static Constants COLLECTION_OPTIONS
           
static int LIST
           
static int SET
           
static int SORTED_LIST
           
static int SORTED_SET
           
 
Constructor Summary
OsgiMultiServiceProxyFactoryBean.CollectionOptions()
           
 
Method Summary
static Class getClassMapping(int collectionOptions)
           
static boolean isOptionValid(int option)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLLECTION_OPTIONS

public static final Constants COLLECTION_OPTIONS

COLLECTION

public static final int COLLECTION
See Also:
Constant Field Values

LIST

public static final int LIST
See Also:
Constant Field Values

SET

public static final int SET
See Also:
Constant Field Values

SORTED_LIST

public static final int SORTED_LIST
See Also:
Constant Field Values

SORTED_SET

public static final int SORTED_SET
See Also:
Constant Field Values

classMapping

public static final Class[] classMapping
Constructor Detail

OsgiMultiServiceProxyFactoryBean.CollectionOptions

public OsgiMultiServiceProxyFactoryBean.CollectionOptions()
Method Detail

getClassMapping

public static Class getClassMapping(int collectionOptions)

isOptionValid

public static boolean isOptionValid(int option)


Copyright © 2006-2007 Spring Framework. All Rights Reserved.