Sessionpublic abstract class Session extends Object Base class for ClientSession and ServerSession, which
expose RM Sequences in proxies and endpoints, respectively. |
Fields Summary |
---|
protected String | id |
Constructors Summary |
---|
protected Session(String id)
this.id = id;
|
|