org.springframework.osgi.service.importer
Class ReferenceClassLoadingOptions

java.lang.Object
  extended by org.springframework.osgi.service.exporter.ExportClassLoadingOptions
      extended by org.springframework.osgi.service.importer.ReferenceClassLoadingOptions

public abstract class ReferenceClassLoadingOptions
extends ExportClassLoadingOptions

Author:
Costin Leau

Field Summary
static int CLIENT
           
static Constants REFERENCE_CL_OPTIONS
           
 
Fields inherited from class org.springframework.osgi.service.exporter.ExportClassLoadingOptions
EXPORT_CL_OPTIONS, SERVICE_PROVIDER, UNMANAGED
 
Constructor Summary
ReferenceClassLoadingOptions()
           
 
Method Summary
static int getFromString(String classLoadingManagement)
           
 
Methods inherited from class org.springframework.osgi.service.exporter.ExportClassLoadingOptions
getFromString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REFERENCE_CL_OPTIONS

public static final Constants REFERENCE_CL_OPTIONS

CLIENT

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

ReferenceClassLoadingOptions

public ReferenceClassLoadingOptions()
Method Detail

getFromString

public static int getFromString(String classLoadingManagement)


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