public interface RemoteCallContext
RemoteCallContext
instance can be get using the following code:
RemoteCallContext context = (RemoteCallContext)
((com.prosyst.mprm.net.connection.RequestContext)
((com.prosyst.util.threadpool.ThreadContext)Thread.currentThread()).getRunnable())
.getContext();
| Modifier and Type | Method and Description |
|---|---|
P2PConnection |
getP2PConnection()
Returns the connection which carries out this remote call from the host of the method caller.
|
byte[] |
getSessionId()
Returns the identifier of the caller's user session.
|
P2PConnection getP2PConnection()
P2PConnection instance.byte[] getSessionId()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.