com.bea.wsrp.model.markup
Interface IReleaseSessionsRequestContext

All Superinterfaces
IBaseRequestContext, IMutableRegistrationContext, INillable, com.bea.wsrp.bind.IPortletContextHolder, IRegistrationContext, IUserContext, Serializable

public interface IReleaseSessionsRequestContext
extends IBaseRequestContext, IUserContext

A request context that represents input data for the "releaseSessions" operation.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 List<String> getSessionIDs()
           
 void setSessionIDs(List<String> sessionIDs)
           
 
Methods inherited from interface com.bea.wsrp.model.markup.IBaseRequestContext
addMimeHeader, getHttpServletRequest, getHttpServletResponse, getMimeHeaders, getMimeHeaders, getProducerInfo, getServletContext, removeMimeHeader, setMimeHeader
 
Methods inherited from interface com.bea.wsrp.model.IMutableRegistrationContext
setRegistrationHandle, setRegistrationState
 
Methods inherited from interface com.bea.wsrp.model.IRegistrationContext
getRegistrationHandle, getRegistrationState
 
Methods inherited from interface com.bea.wsrp.model.INillable
isNil
 
Methods inherited from interface com.bea.wsrp.model.markup.IUserContext
getUserContextKey, getUserProfile, setUserContextKey
 
Methods inherited from interface com.bea.wsrp.model.INillable
isNil
 
Methods inherited from interface com.bea.wsrp.bind.IPortletContextHolder
getPortletContext
 

Method Detail

setSessionIDs

void setSessionIDs(List<String> sessionIDs)

getSessionIDs

List<String> getSessionIDs()


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.