|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArtifactLocator
This interface specifies the contract that the Locators need to implement.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright information for this class/interface |
Method Summary | |
---|---|
LocatorDefinition |
getLocatorDefinition()
Returns the configuration of this Locator, as assembled by the environment. |
void |
initialize(java.util.Map bootstrapContext,
LocatorDefinition definition)
Configure thyself for use given the bootstrapContext (a Map of environment- specific context) and one's configuration information from the LocatorDefinition . |
java.util.Collection |
query(java.lang.String mime,
java.lang.String targetNamespace)
Query the locator for any artifacts matching the specified mime-type and target namespace. |
java.util.Collection |
queryTargetNamespaces(java.lang.String mime)
Query the locator for all target namespaces defined by artifacts of the specified mime-type in the path associated with this locator instance. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void initialize(java.util.Map bootstrapContext, LocatorDefinition definition)
LocatorDefinition
. When this method is complete, the
implementing ArtifactLocator is prepared to process any query.
bootstrapContext
- Map of environment-specific context.definition
- The configuation assmbled from the system environment.java.util.Collection query(java.lang.String mime, java.lang.String targetNamespace)
mime
- The mime-type of the artifacts being locatedtargetNamespace
- The target namespace of the artifacts being located
java.util.Collection queryTargetNamespaces(java.lang.String mime)
mime
- The mime-type of the artifacts being located
LocatorDefinition getLocatorDefinition()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |