|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Resource in org.apache.muse.core |
---|
Classes in org.apache.muse.core that implement Resource | |
---|---|
class |
SimpleResource
SimpleResource is Muse's default implementation of the core resource type component. |
Methods in org.apache.muse.core that return Resource | |
---|---|
Resource |
ResourceManager.createResource(String contextPath)
Finds the resource type definition associated with the given context path (defined in muse.xml), instantiates an instance of the resource class, and sets the basic values (EPR, initialization parameters, etc.) and Muse components (Environment, log file, etc.) that it needs to operate. |
Resource |
SimpleResourceManager.createResource(String contextPath)
|
Resource |
Capability.getResource()
|
Resource |
AbstractCapability.getResource()
|
Resource |
ResourceManager.getResource(EndpointReference epr)
|
Resource |
SimpleResourceManager.getResource(EndpointReference epr)
|
protected abstract Resource |
AbstractFilePersistence.reloadResource(String contextPath,
Element resourceXML)
This method should be overridden by concrete file-based persistence classes to update a resource instance with the saved data from the XML fragment. |
Methods in org.apache.muse.core with parameters of type Resource | |
---|---|
void |
ResourceManager.addResource(EndpointReference epr,
Resource resource)
Add a resource to the manager, associated with the given EPR. |
void |
SimpleResourceManager.addResource(EndpointReference epr,
Resource resource)
|
protected void |
AbstractFilePersistence.createResourceFile(EndpointReference epr,
Resource resource)
Creates the proper file name for the given resource instance and then delegates creation of the file's contents to the abstract method of the same name. |
protected abstract void |
AbstractFilePersistence.createResourceFile(EndpointReference epr,
Resource resource,
File resourceFile)
This method should be overridden by concrete file-based persistence classes to create the given file and fill it with the appropriate XML content. |
void |
ResourceManagerListener.resourceAdded(EndpointReference epr,
Resource resource)
|
void |
Capability.setResource(Resource resource)
|
void |
AbstractCapability.setResource(Resource resource)
|
Uses of Resource in org.apache.muse.core.descriptor |
---|
Methods in org.apache.muse.core.descriptor that return Resource | |
---|---|
Resource |
ResourceDefinition.newInstance()
|
Uses of Resource in org.apache.muse.core.platform.osgi.descriptor |
---|
Methods in org.apache.muse.core.platform.osgi.descriptor that return Resource | |
---|---|
Resource |
OSGiResourceDefinition.newInstance()
|
Uses of Resource in org.apache.muse.core.platform.osgi.routing |
---|
Methods in org.apache.muse.core.platform.osgi.routing that return Resource | |
---|---|
Resource |
ResourceRouterDelegate.getResource(EndpointReference epr)
|
Uses of Resource in org.apache.muse.core.routing |
---|
Methods in org.apache.muse.core.routing that return Resource | |
---|---|
protected Resource |
SimpleResourceRouter.getTargetResource()
Queries the Environment to get the WS-A EPR being targeted by the current request and then does a lookup in the ResourceManager with that EPR. |
protected Resource |
RouterFilePersistence.reloadResource(String contextPath,
Element resourceXML)
This method should be overridden by concrete file-based persistence classes to update a resource instance with the saved data from the XML fragment. |
Methods in org.apache.muse.core.routing with parameters of type Resource | |
---|---|
protected void |
RouterFilePersistence.createResourceFile(EndpointReference epr,
Resource resource,
File resourceFile)
This method should be overridden by concrete file-based persistence classes to create the given file and fill it with the appropriate XML content. |
void |
RouterFilePersistence.resourceAdded(EndpointReference epr,
Resource resource)
This implementation checks to see if the resource type is one that is being persisted, and if so, creates a file for the instance. |
Uses of Resource in org.apache.muse.ws.dm.muws.adv.impl |
---|
Methods in org.apache.muse.ws.dm.muws.adv.impl with parameters of type Resource | |
---|---|
void |
AbstractAdvertisement.resourceAdded(EndpointReference epr,
Resource resource)
|
void |
ServiceGroupEntryAdvertisement.resourceAdded(EndpointReference epr,
Resource resource)
|
Uses of Resource in org.apache.muse.ws.notification.impl |
---|
Methods in org.apache.muse.ws.notification.impl that return Resource | |
---|---|
protected Resource |
NotificationProducerFilePersistence.reloadResource(String contextPath,
Element resourceXML)
|
Methods in org.apache.muse.ws.notification.impl with parameters of type Resource | |
---|---|
protected void |
NotificationProducerFilePersistence.createResourceFile(EndpointReference epr,
Resource resource,
File resourceFile)
|
void |
SimpleNotificationProducer.resourceAdded(EndpointReference epr,
Resource resource)
|
void |
NotificationProducerFilePersistence.resourceAdded(EndpointReference epr,
Resource resource)
|
Uses of Resource in org.apache.muse.ws.resource |
---|
Subinterfaces of Resource in org.apache.muse.ws.resource | |
---|---|
interface |
WsResource
WsResource is an extension of the core Muse Resource component. |
Uses of Resource in org.apache.muse.ws.resource.impl |
---|
Classes in org.apache.muse.ws.resource.impl that implement Resource | |
---|---|
class |
SimpleWsResource
SimpleResource is Muse's default implementation of a WS-RF-compliant resource (WsResource). |
Methods in org.apache.muse.ws.resource.impl that return Resource | |
---|---|
protected Resource |
WsResourceRouter.getTargetResource()
|
Methods in org.apache.muse.ws.resource.impl with parameters of type Resource | |
---|---|
void |
AbstractWsResourceCapability.setResource(Resource resource)
|
Uses of Resource in org.apache.muse.ws.resource.sg.impl |
---|
Methods in org.apache.muse.ws.resource.sg.impl that return Resource | |
---|---|
protected Resource |
ServiceGroupFilePersistence.reloadResource(String contextPath,
Element resourceXML)
|
Methods in org.apache.muse.ws.resource.sg.impl with parameters of type Resource | |
---|---|
protected void |
ServiceGroupFilePersistence.createResourceFile(EndpointReference epr,
Resource resource,
File resourceFile)
|
void |
SimpleServiceGroup.resourceAdded(EndpointReference epr,
Resource resource)
|
void |
ServiceGroupFilePersistence.resourceAdded(EndpointReference epr,
Resource resource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |