com.ibm.ws.activity
Interface HLSLiteExtended

All Superinterfaces:
HLSLiteDataInterface

public interface HLSLiteExtended
extends HLSLiteDataInterface

----------------------------------------------------------------------------


Method Summary
 void inboundRequest(org.omg.CORBA.Object objRef, java.lang.String operation)
          Called on a registered HLSLite implementation in the target process to pass it the data received on an inbound request.
 void requestComplete(org.omg.CORBA.Object objRef, java.lang.String operation)
          Called on a registered HLSLite implementation in the target process to indicate that a request has been received.
 void setData(org.omg.CosActivity.PropertyGroupIdentity newData, org.omg.CORBA.Object objRef, java.lang.String operation)
          Called on a registered HLSLite implementation in the target process to pass it the data received on an inbound request.
 
Methods inherited from interface com.ibm.ws.activity.HLSLiteDataInterface
getData, getProperties, requestComplete, setData
 

Method Detail

setData

public void setData(org.omg.CosActivity.PropertyGroupIdentity newData,
                    org.omg.CORBA.Object objRef,
                    java.lang.String operation)
Called on a registered HLSLite implementation in the target process to pass it the data received on an inbound request.


inboundRequest

public void inboundRequest(org.omg.CORBA.Object objRef,
                           java.lang.String operation)
Called on a registered HLSLite implementation in the target process to pass it the data received on an inbound request.


requestComplete

public void requestComplete(org.omg.CORBA.Object objRef,
                            java.lang.String operation)
Called on a registered HLSLite implementation in the target process to indicate that a request has been received.



 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.