Sun Adapter for TCP/IP API

com.stc.connector.tcpip.monitor.actions.details
Class TCPIPHL7GetDetailAction

java.lang.Object
  extended by GetDetailAction
      extended by com.stc.connector.tcpip.monitor.actions.details.TCPIPHL7GetDetailAction

public class TCPIPHL7GetDetailAction
extends GetDetailAction


Constructor Summary
TCPIPHL7GetDetailAction()
           
 
Method Summary
 DetailBean getDetails(java.lang.String mbeanObjectName, HttpServletRequest request, HttpServletResponse response)
          Get the detail information as name/value pairs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPIPHL7GetDetailAction

public TCPIPHL7GetDetailAction()
Method Detail

getDetails

public DetailBean getDetails(java.lang.String mbeanObjectName,
                             HttpServletRequest request,
                             HttpServletResponse response)
Get the detail information as name/value pairs.

Parameters:
component - String The component to get details for.
componentType - String The component type to get details for.
Returns:
DetailBean The detail information for the component.

Sun Adapter for TCP/IP API