org.springframework.osgi.service.exporter
Class ExportClassLoadingOptions

java.lang.Object
  extended by org.springframework.osgi.service.exporter.ExportClassLoadingOptions
Direct Known Subclasses:
ReferenceClassLoadingOptions

public abstract class ExportClassLoadingOptions
extends Object

Reference classloading options costants.

Author:
Costin Leau

Field Summary
static Constants EXPORT_CL_OPTIONS
           
static int SERVICE_PROVIDER
           
static int UNMANAGED
           
 
Constructor Summary
ExportClassLoadingOptions()
           
 
Method Summary
static int getFromString(String classLoadingManagement)
           
protected static int getFromString(String parameter, Constants constant)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPORT_CL_OPTIONS

public static final Constants EXPORT_CL_OPTIONS

UNMANAGED

public static final int UNMANAGED
See Also:
Constant Field Values

SERVICE_PROVIDER

public static final int SERVICE_PROVIDER
See Also:
Constant Field Values
Constructor Detail

ExportClassLoadingOptions

public ExportClassLoadingOptions()
Method Detail

getFromString

public static int getFromString(String classLoadingManagement)

getFromString

protected static int getFromString(String parameter,
                                   Constants constant)


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