radtools.services.network
Interface NetworkSession<SP extends SecurityPrincipal>

All Superinterfaces:
DynamicBound, DynamicComponent, rcf.core.util.accessor.GUIAccessible, HostedRADService, RADService, ReflectedBindable<DynamicComponent>, ReflectedComponent, SecureSession<SP>
All Known Implementing Classes:
LinuxSession

@Revision(value="$Revision: 1.1 $",
          date="$Date: 2006/12/07 21:56:04 $",
          tag="$Name:  $")
public interface NetworkSession<SP extends SecurityPrincipal>
extends SecureSession<SP>, HostedRADService

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.1 $
Author:
Greg Gibeling

Nested Class Summary
 
Nested classes/interfaces inherited from interface radtools.services.RADService
RADService.State
 
Nested classes/interfaces inherited from interface rcf.core.framework.component.DynamicComponent
DynamicComponent.Abstract, DynamicComponent.Default
 
Nested classes/interfaces inherited from interface rcf.core.framework.component.DynamicBound
DynamicBound.GUIType
 
Method Summary
 NetworkTunnel<SP> forward(HostPort hostport)
          TODO: Javadoc
 NetworkSystem host()
          TODO: Javadoc
 
Methods inherited from interface radtools.security.SecureSession
close, isOpen, read, run, system, write, write, write
 
Methods inherited from interface radtools.services.RADService
communication, composition, dependency, isConcrete, management, radServiceState, refresh, update, window
 
Methods inherited from interface rcf.core.framework.component.DynamicComponent
component, operations, properties
 
Methods inherited from interface rcf.core.framework.component.DynamicBound
gui
 
Methods inherited from interface rcf.core.util.accessor.GUIAccessible
icon, popupMenu
 
Methods inherited from interface rcf.core.framework.component.ReflectedComponent
interfaces, isInstance
 
Methods inherited from interface rcf.core.framework.component.ReflectedBindable
bind
 

Method Detail

forward

NetworkTunnel<SP> forward(HostPort hostport)
Description copied from interface: SecureSession
TODO: Javadoc

Specified by:
forward in interface SecureSession<SP extends SecurityPrincipal>
Returns:

host

NetworkSystem host()
Description copied from interface: HostedRADService
TODO: Javadoc

Specified by:
host in interface HostedRADService
Returns:
dependency().parent().get()