|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceRegistryProxy
The interface that can be used to communicate with a service registry and its cache
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
int |
cacheDepth()
Return the number of queries that are currently cached. |
void |
clearCache()
Clear the cache for this service registry proxy. |
java.lang.String |
create(DataGraphType dataGraphList)
Create an object in the service registry that matches a given dataGraphType |
void |
delete(java.lang.String bsiUri)
Delete the object within the registry with the supplied bsrURI |
ServiceRegistryDataGraphList |
get(java.lang.String bsiUri)
Retrieve an object from the service registry that matches a given bsiUri. |
ServiceRegistryDataGraphList |
get(java.lang.String bsiUri,
int depth)
Retrieve an object from the service registry that matches a given bsiUri. |
boolean |
isConnectionSuccessful()
Test that this Service Registry can be connected to. |
ServiceRegistryDataGraphList |
namedQuery(java.lang.String namedQuery,
java.lang.String[] params)
Given a named query and array of parameters, return all the content and values that are matched in WSRR. |
ServiceRegistryDataGraphList |
query(java.lang.String queryStatement)
Given a query statement, return all the content and values that are matched in WSRR. |
ServiceRegistryDataGraphList |
query(java.lang.String queryStatement,
int depth)
Given a query statement and the depth of the search, return all the content and values that are matched in WSRR. |
ServiceRegistryDataGraphList |
query(java.lang.String queryStatement,
int depth,
boolean noContent)
Given a query statement, the depth of the search and if any content will be returned or not, return the values that are matched in WSRR. |
void |
update(DataGraphType dataGraphList)
Update an object in the service registry that matches a given dataGraphType |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
Method Detail |
---|
ServiceRegistryDataGraphList query(java.lang.String queryStatement, int depth, boolean noContent) throws ServiceRegistryProxyException
queryStatement
- The XPath querydepth
- The search depth. -1 for infinite depthnoContent
- True if no document content is to be retrieved from the search
ServiceRegistryProxyException
ServiceRegistryDataGraphList query(java.lang.String queryStatement, int depth) throws ServiceRegistryProxyException
queryStatement
- The XPath querydepth
- The search depth. -1 for infinite depth
ServiceRegistryProxyException
ServiceRegistryDataGraphList query(java.lang.String queryStatement) throws ServiceRegistryProxyException
queryStatement
- The XPath query
ServiceRegistryProxyException
ServiceRegistryDataGraphList namedQuery(java.lang.String namedQuery, java.lang.String[] params) throws ServiceRegistryProxyException
namedQuery
- The named query being calledparams
- A String array containing the required parameters
ServiceRegistryProxyException
boolean isConnectionSuccessful() throws ServiceRegistryProxyException
ServiceRegistryProxyException
ServiceRegistryDataGraphList get(java.lang.String bsiUri, int depth) throws ServiceRegistryProxyException
bsiUri
- The WSRR bsiURI stringdepth
- The search depth. -1 for infinite depth
ServiceRegistryProxyException
ServiceRegistryDataGraphList get(java.lang.String bsiUri) throws ServiceRegistryProxyException
bsiUri
- The WSRR bsiURI string
ServiceRegistryProxyException
java.lang.String create(DataGraphType dataGraphList) throws ServiceRegistryProxyException
A
- DataGraphType object containing the object to create
ServiceRegistryProxyException
void delete(java.lang.String bsiUri) throws ServiceRegistryProxyException
bsiUri
- The WSRR bsiURI string
ServiceRegistryProxyException
void update(DataGraphType dataGraphList) throws ServiceRegistryProxyException
A
- DataGraphType object containing the object to update
ServiceRegistryProxyException
void clearCache()
int cacheDepth()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |