|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceManager | |
---|---|
org.apache.muse.core | |
org.apache.muse.core.platform.osgi.internal | |
org.apache.muse.core.platform.osgi.routing | |
org.apache.muse.core.routing |
Uses of ResourceManager in org.apache.muse.core |
---|
Classes in org.apache.muse.core that implement ResourceManager | |
---|---|
class |
SimpleResourceManager
SimpleResourceManager is Muse's default implementation of resource lifecycle management and the implied resource pattern. |
Methods in org.apache.muse.core that return ResourceManager | |
---|---|
ResourceManager |
Persistence.getResourceManager()
|
ResourceManager |
Resource.getResourceManager()
|
ResourceManager |
AbstractFilePersistence.getResourceManager()
|
ResourceManager |
SimpleResource.getResourceManager()
|
Methods in org.apache.muse.core with parameters of type ResourceManager | |
---|---|
void |
Persistence.setResourceManager(ResourceManager manager)
|
void |
Resource.setResourceManager(ResourceManager manager)
|
void |
AbstractFilePersistence.setResourceManager(ResourceManager manager)
|
void |
SimpleResource.setResourceManager(ResourceManager manager)
|
Uses of ResourceManager in org.apache.muse.core.platform.osgi.internal |
---|
Classes in org.apache.muse.core.platform.osgi.internal that implement ResourceManager | |
---|---|
class |
OSGiResourceManager
this class is a stub implementaiton of a ResourceManager that allows a resource manager to be instantiated with no resource definitions. |
Uses of ResourceManager in org.apache.muse.core.platform.osgi.routing |
---|
Methods in org.apache.muse.core.platform.osgi.routing that return ResourceManager | |
---|---|
protected ResourceManager |
OSGiResourceRouter.createResourceManager()
|
Methods in org.apache.muse.core.platform.osgi.routing with parameters of type ResourceManager | |
---|---|
void |
ResourceRouterDelegate.initialize(ResourceManager manager,
ResourceRouter parent)
|
Uses of ResourceManager in org.apache.muse.core.routing |
---|
Methods in org.apache.muse.core.routing that return ResourceManager | |
---|---|
protected ResourceManager |
SimpleResourceRouter.createResourceManager()
This method can be overridden to provide an alternate implementation of the ResourceManager component to the router. |
ResourceManager |
SimpleResourceRouter.getResourceManager()
|
Methods in org.apache.muse.core.routing with parameters of type ResourceManager | |
---|---|
void |
SimpleResourceRouter.setResourceManager(ResourceManager resourceManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |