Public Methods | |
void | addStubListener (StubListener l) |
void | removeStubListener (StubListener l) |
String | addStub (String intfId, String name, Object stub) |
Enumeration | listInterfaces () |
Enumeration | listStubs (String interfaceId) |
Object | getStub (String interfaceId, String name) |
void | removeStub (String interfaceId, String name) |
boolean | existsStub (String intfId, String name, Object stub) |
StubInfo | getStubInfo (String interfaceId, String name) |
Static Public Methods | |
StubRepository | instance () |
StubInfo | getStubInfo (org.omg.CORBA.Object stub) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|