kaos.kpat.tunnel.corba
Class CorbaServlet

java.lang.Object
  extended by HttpServlet
      extended by kaos.kpat.tunnel.TunnelServlet
          extended by kaos.kpat.tunnel.corba.CorbaServlet

public class CorbaServlet
extends TunnelServlet

$Revision: 1.4 $


Field Summary
 
Fields inherited from class kaos.kpat.tunnel.TunnelServlet
DIRECTORY_SERVICE_LOCATOR
 
Constructor Summary
CorbaServlet()
           
 
Method Summary
 void init(ServletConfig cfg)
           
 JasBean obtainEntityEnv()
          Subclasses must implement this method.
 void setParameter(java.lang.Object o)
          Capture the (optional) load-time parameters.
 
Methods inherited from class kaos.kpat.tunnel.TunnelServlet
doPut, initialize, receiveMessage, sendMsg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaServlet

public CorbaServlet()
Method Detail

init

public void init(ServletConfig cfg)
          throws ServletException
Throws:
ServletException

obtainEntityEnv

public JasBean obtainEntityEnv()
Description copied from class: TunnelServlet
Subclasses must implement this method. It should return a JasBean which contains: key: value: DIRECTORY_SERVICE_LOCATOR Locator for the directory service along with any other environment information that your MessageTransportService's newLocalLocator(env) and newMessageReceiver(env) methods require in order for this servlet to get a local locator and bind a message receiver to it

Specified by:
obtainEntityEnv in class TunnelServlet

setParameter

public void setParameter(java.lang.Object o)
Capture the (optional) load-time parameters.