|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gridsystems.nextgrid.api.ram.GrimoiresRegistry
public final class GrimoiresRegistry
Type description.
Constructor Summary | |
---|---|
GrimoiresRegistry()
|
Method Summary | |
---|---|
void |
delete(nextgrid.api.pom.Process process)
|
void |
delete(java.net.URI uri)
|
nextgrid.api.pom.Process |
get(java.net.URI uri)
|
java.util.Collection<nextgrid.api.pom.Process> |
query(java.lang.String query,
java.lang.String lang)
|
java.net.URI |
register(nextgrid.api.pom.Process process)
|
boolean |
supports(java.lang.String lang)
Only RDQL syntax is supported by this registry implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrimoiresRegistry()
Method Detail |
---|
public java.net.URI register(nextgrid.api.pom.Process process) throws nextgrid.api.ram.RegistryException
register
in interface nextgrid.api.ram.Registry
nextgrid.api.ram.RegistryException
public void delete(nextgrid.api.pom.Process process) throws nextgrid.api.ram.RegistryException
delete
in interface nextgrid.api.ram.Registry
nextgrid.api.ram.RegistryException
public void delete(java.net.URI uri) throws nextgrid.api.ram.RegistryException
delete
in interface nextgrid.api.ram.Registry
nextgrid.api.ram.RegistryException
public nextgrid.api.pom.Process get(java.net.URI uri) throws nextgrid.api.ram.RegistryException
get
in interface nextgrid.api.ram.Registry
nextgrid.api.ram.RegistryException
public java.util.Collection<nextgrid.api.pom.Process> query(java.lang.String query, java.lang.String lang) throws nextgrid.api.ram.RegistryException
query
in interface nextgrid.api.ram.Registry
nextgrid.api.ram.RegistryException
public boolean supports(java.lang.String lang)
supports
in interface nextgrid.api.ram.Registry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |