|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StubFactory
A Stub factory is a factory for stubs...
| Method Summary | |
|---|---|
java.lang.Object |
newStub(SessionIdentifier session_id,
Identifier[] ids,
Context hints)
Creates a new stub. |
| Method Detail |
|---|
java.lang.Object newStub(SessionIdentifier session_id,
Identifier[] ids,
Context hints)
throws JonathanException
A stub plays two roles:
session_id - a session identifier, to be used to send marshalled
data to the object represented by the stub;ids - the set of identifiers of the stub;hints - other data possibly used to create the stub.
JonathanException - if something goes wrong.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||