This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class PerformBlockingInteraction

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.PerformBlockingInteraction

public class PerformBlockingInteraction
extends Object


Constructor Summary
PerformBlockingInteraction()
           
PerformBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams)
           
 
Method Summary
 InteractionParams getInteractionParams()
           
 MarkupParams getMarkupParams()
           
 PortletContext getPortletContext()
           
 RegistrationContext getRegistrationContext()
           
 RuntimeContext getRuntimeContext()
           
 UserContext getUserContext()
           
 void setInteractionParams(InteractionParams interactionParams)
           
 void setMarkupParams(MarkupParams markupParams)
           
 void setPortletContext(PortletContext portletContext)
           
 void setRegistrationContext(RegistrationContext registrationContext)
           
 void setRuntimeContext(RuntimeContext runtimeContext)
           
 void setUserContext(UserContext userContext)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformBlockingInteraction

public PerformBlockingInteraction()

PerformBlockingInteraction

public PerformBlockingInteraction(RegistrationContext registrationContext,
                                  PortletContext portletContext,
                                  RuntimeContext runtimeContext,
                                  UserContext userContext,
                                  MarkupParams markupParams,
                                  InteractionParams interactionParams)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)

getPortletContext

public PortletContext getPortletContext()

setPortletContext

public void setPortletContext(PortletContext portletContext)

getRuntimeContext

public RuntimeContext getRuntimeContext()

setRuntimeContext

public void setRuntimeContext(RuntimeContext runtimeContext)

getUserContext

public UserContext getUserContext()

setUserContext

public void setUserContext(UserContext userContext)

getMarkupParams

public MarkupParams getMarkupParams()

setMarkupParams

public void setMarkupParams(MarkupParams markupParams)

getInteractionParams

public InteractionParams getInteractionParams()

setInteractionParams

public void setInteractionParams(InteractionParams interactionParams)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification