|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeBaseOperations
The callback interface extending the Runtime interface to support dynamic class downloading.
Method Summary | |
---|---|
java.lang.String[] |
bases(java.lang.String x)
To obtain a type graph for a value type same comment as before the IR can provide similar information |
Repository |
get_ir()
Operation to obtain the IR from the sending context |
java.lang.String |
implementation(java.lang.String x)
Operation to obtain implementation location for a Value, specified by its RepositoryId |
java.lang.String[] |
implementations(java.lang.String[] x)
Batch operation to obtain implementation location for a set of Values, represented by sequence of RepositoryIds |
FullValueDescription |
meta(java.lang.String x)
Operation to obtain complete meta information about a Value. |
FullValueDescription[] |
metas(java.lang.String[] x)
Batch operation to obtain complete meta information about a set of Values. |
Method Detail |
---|
java.lang.String[] bases(java.lang.String x)
x
- a Value RepositoryId
FullValueDescription[] metas(java.lang.String[] x)
x
- a sequence of RepositoryIds
FullValueDescription meta(java.lang.String x)
x
- a Value RepositoryId
java.lang.String[] implementations(java.lang.String[] x)
x
- a sequence of RepositoryIds
java.lang.String implementation(java.lang.String x)
x
- a Value RepositoryId
Repository get_ir()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |