|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Registry
Type description.
| Method Summary | |
|---|---|
void |
delete(Process process)
Removes a process from a registry. |
void |
delete(java.net.URI uri)
Removes a process from a registry. |
Process |
get(java.net.URI uri)
Retrieves a process from a registry. |
java.util.Collection<Process> |
query(java.lang.String query,
java.lang.String lang)
Performs a query in a given language. |
java.net.URI |
register(Process process)
Registers a process. |
boolean |
supports(java.lang.String lang)
Gets if this registry supports the given syntax. |
| Method Detail |
|---|
java.net.URI register(Process process)
throws RegistryException
process - The process to register
RegistryException - If an error occurs
void delete(Process process)
throws RegistryException
process - The process to remove
RegistryException - If an error occurs
void delete(java.net.URI uri)
throws RegistryException
uri - The process identifier
RegistryException - If an error occurs
Process get(java.net.URI uri)
throws RegistryException
uri - The process identifier
RegistryException - If an error occurs
java.util.Collection<Process> query(java.lang.String query,
java.lang.String lang)
throws RegistryException
query - The query textlang - The query language
RegistryException - If an error occursboolean supports(java.lang.String lang)
lang - The identifier of the query language syntax
true if it supports the query language,
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||