com.gridsystems.nextgrid.api.ram
Class GrimoiresRegistry

java.lang.Object
  extended by com.gridsystems.nextgrid.api.ram.GrimoiresRegistry
All Implemented Interfaces:
java.io.Serializable, nextgrid.api.ram.Registry

public final class GrimoiresRegistry
extends java.lang.Object
implements nextgrid.api.ram.Registry

Type description.

Author:
Rodrigo Ruiz
See Also:
Serialized Form

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

GrimoiresRegistry

public GrimoiresRegistry()
Method Detail

register

public java.net.URI register(nextgrid.api.pom.Process process)
                      throws nextgrid.api.ram.RegistryException

Specified by:
register in interface nextgrid.api.ram.Registry
Throws:
nextgrid.api.ram.RegistryException

delete

public void delete(nextgrid.api.pom.Process process)
            throws nextgrid.api.ram.RegistryException

Specified by:
delete in interface nextgrid.api.ram.Registry
Throws:
nextgrid.api.ram.RegistryException

delete

public void delete(java.net.URI uri)
            throws nextgrid.api.ram.RegistryException

Specified by:
delete in interface nextgrid.api.ram.Registry
Throws:
nextgrid.api.ram.RegistryException

get

public nextgrid.api.pom.Process get(java.net.URI uri)
                             throws nextgrid.api.ram.RegistryException

Specified by:
get in interface nextgrid.api.ram.Registry
Throws:
nextgrid.api.ram.RegistryException

query

public java.util.Collection<nextgrid.api.pom.Process> query(java.lang.String query,
                                                            java.lang.String lang)
                                                     throws nextgrid.api.ram.RegistryException

Specified by:
query in interface nextgrid.api.ram.Registry
Throws:
nextgrid.api.ram.RegistryException

supports

public boolean supports(java.lang.String lang)
Only RDQL syntax is supported by this registry implementation.

Specified by:
supports in interface nextgrid.api.ram.Registry


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.