cgl.expeditor.datastore
Interface ContextSpaceDataStore
- All Known Implementing Classes:
- WSContextSpaceDataStore
- public interface ContextSpaceDataStore
- Author:
- Mehmet S. Aktas (maktas@indiana.edu)
isContextReader
public boolean isContextReader(Attribute context,
java.lang.String publisherID)
throws org.apache.juddi.error.RegistryException
- Throws:
org.apache.juddi.error.RegistryException
isContextPublisher
public boolean isContextPublisher(Attribute context,
java.lang.String publisherID)
throws org.apache.juddi.error.RegistryException
- Throws:
org.apache.juddi.error.RegistryException
isAuthTokenExpired
public boolean isAuthTokenExpired(java.lang.String token)
throws org.apache.juddi.error.RegistryException
- Throws:
org.apache.juddi.error.RegistryException
touchAuthToken
public void touchAuthToken(java.lang.String token)
throws org.apache.juddi.error.RegistryException
- Throws:
org.apache.juddi.error.RegistryException
getAuthTokenPublisher
public AutharizationToken getAuthTokenPublisher(java.lang.String token)
throws org.apache.juddi.error.RegistryException
- Throws:
org.apache.juddi.error.RegistryException
saveContext
public void saveContext(Attribute attribute)
throws org.apache.juddi.error.RegistryException
- Throws:
org.apache.juddi.error.RegistryException
fetchContext
public Attribute fetchContext(java.lang.String contextKey)
throws org.apache.juddi.error.RegistryException
- Throws:
org.apache.juddi.error.RegistryException
deleteContext
public void deleteContext(java.lang.String contextKey)
throws org.apache.juddi.error.RegistryException
- Throws:
org.apache.juddi.error.RegistryException