Package org.hcjf.io.console
Class ConsoleSession
- java.lang.Object
-
- org.hcjf.service.ServiceSession
-
- org.hcjf.io.net.NetSession
-
- org.hcjf.io.console.ConsoleSession
-
- All Implemented Interfaces:
java.lang.Comparable
public class ConsoleSession extends NetSession
Default session for the console connection.- Author:
- javaito
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hcjf.service.ServiceSession
ServiceSession.LayerStackElement, ServiceSession.ServiceSessionSource
-
-
Constructor Summary
Constructors Constructor Description ConsoleSession(java.util.UUID id, NetServiceConsumer consumer)
-
Method Summary
-
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
-
ConsoleSession
public ConsoleSession(java.util.UUID id, NetServiceConsumer consumer)
-
-