NetKernel APIs


com.ten60.netkernel.transport
Interface ITransport

All Superinterfaces:
IURComponent
All Known Implementing Classes:
NKFTransportImpl

public interface ITransport
extends IURComponent

A transport encapsulates a mechanism for receiving external requests into the NetKernel and providing replies.


Method Summary
 String getDescription()
          Return a short description of the transport that may describe relevant configuration to uniquely identify it
 void setContext(IRequestorContext aContext)
          Change the context of this transport, used in hot restart
 
Methods inherited from interface com.ten60.netkernel.urii.IURComponent
destroy, initialise
 

Method Detail

setContext

public void setContext(IRequestorContext aContext)
Change the context of this transport, used in hot restart


getDescription

public String getDescription()
Return a short description of the transport that may describe relevant configuration to uniquely identify it


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.