Uses of Class
org.mule.impl.annotations.ObjectScope

Packages that use ObjectScope
org.mule.config.spring.factories   
org.mule.impl.annotations   
 

Uses of ObjectScope in org.mule.config.spring.factories
 

Methods in org.mule.config.spring.factories that return ObjectScope
 ObjectScope ScopedObjectFactory.getScope()
           
 

Methods in org.mule.config.spring.factories with parameters of type ObjectScope
 void ScopedObjectFactory.setScope(ObjectScope scope)
           
 

Uses of ObjectScope in org.mule.impl.annotations
 

Methods in org.mule.impl.annotations that return ObjectScope
static ObjectScope ObjectScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectScope[] ObjectScope.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.