|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuntimeMetadata
Helper methods that can be used to access runtime metadata.
| Method Summary | |
|---|---|
byte[] |
getBinaryVDBResource(java.lang.String resourcePath)
Gets the contents of a VDB resource in binary form. |
java.lang.String |
getCharacterVDBResource(java.lang.String resourcePath)
Gets the contents of a VDB resource as a String. |
Element |
getElement(java.lang.String fullName)
Look up an object by identifier |
Group |
getGroup(java.lang.String fullName)
Look up an object by identifier |
Procedure |
getProcedure(java.lang.String fullName)
Look up an object by identifier |
java.lang.String[] |
getVDBResourcePaths()
Gets the resource paths of all the resources in the VDB. |
| Method Detail |
|---|
Group getGroup(java.lang.String fullName)
throws ConnectorException
fullName -
ConnectorException
Element getElement(java.lang.String fullName)
throws ConnectorException
fullName -
ConnectorException
Procedure getProcedure(java.lang.String fullName)
throws ConnectorException
fullName -
ConnectorException
byte[] getBinaryVDBResource(java.lang.String resourcePath)
throws ConnectorException
resourcePath - a path returned by getVDBResourcePaths()
ConnectorException - if the operation fails
java.lang.String getCharacterVDBResource(java.lang.String resourcePath)
throws ConnectorException
resourcePath - a path returned by getVDBResourcePaths()
ConnectorException - if the operation fails
java.lang.String[] getVDBResourcePaths()
throws ConnectorException
ConnectorException - if the operation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||