Package org.hcjf.cloud.impl.network
Class CloudSession
- java.lang.Object
-
- org.hcjf.service.ServiceSession
-
- org.hcjf.io.net.NetSession
-
- org.hcjf.cloud.impl.network.CloudSession
-
- All Implemented Interfaces:
java.lang.Comparable
public class CloudSession extends NetSession
- Author:
- javaito.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hcjf.service.ServiceSession
ServiceSession.LayerStackElement, ServiceSession.ServiceSessionSource
-
-
Constructor Summary
Constructors Constructor Description CloudSession(NetServiceConsumer consumer)
-
Method Summary
Modifier and Type Method Description AckMessagegetAckMessage()NodegetNode()voidsetAckMessage(AckMessage ackMessage)voidsetNode(Node node)-
Methods inherited from class org.hcjf.io.net.NetSession
getConsumer, getRemoteHost, getRemotePort, isChecked, setChecked, setRemoteHost, setRemotePort
-
Methods inherited from class org.hcjf.service.ServiceSession
addEgressPackage, addGrant, addIngressPackage, addServiceSessionSource, addThreadTime, callAs, compareTo, containsGrant, currentIdentity, endThread, equals, findSession, findSession, get, getBody, getCurrentIdentity, getCurrentLayer, getCurrentSession, getGrants, getGuestSession, getId, getInvokerLayer, getLayerStack, getLocale, getProperties, getSessionName, getSystemSession, isGuestSession, isSystemSession, onEndThread, onStartThread, put, putAll, putLayer, remove, removeGrant, removeLayer, runAs, setLocale, setSessionName, startThread
-
-
-
-
Constructor Detail
-
CloudSession
public CloudSession(NetServiceConsumer consumer)
-
-
Method Detail
-
getAckMessage
public AckMessage getAckMessage()
-
setAckMessage
public void setAckMessage(AckMessage ackMessage)
-
getNode
public Node getNode()
-
setNode
public void setNode(Node node)
-
-