|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the interface for a class that can create
ResourceRequest instances based on:
| Method Summary | |
ResourceRequest |
createResourceRequest(ResourceType type,
String id,
String actions)
Create a ResourceRequest. |
void |
initialize(Properties properties)
Initialize the ResourceRequestFactory. |
| Method Detail |
public void initialize(Properties properties)
throws ConfigException
properties - the initialization properties.
ConfigException - if an error occurs initializing factory.
public ResourceRequest createResourceRequest(ResourceType type,
String id,
String actions)
throws InvalidResourceException
type - the ResourceType of this ResourceRequest.id - the resource identifieractions - the list of desired actions
InvalidResourceException - if the type
of Resource associated with the ResourceRequest is not known
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||