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 ReleaseSessions

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

public class ReleaseSessions
extends Object


Constructor Summary
ReleaseSessions()
           
ReleaseSessions(RegistrationContext registrationContext, String[] sessionIDs)
           
 
Method Summary
 RegistrationContext getRegistrationContext()
           
 String[] getSessionIDs()
           
 void setRegistrationContext(RegistrationContext registrationContext)
           
 void setSessionIDs(String[] sessionIDs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleaseSessions

public ReleaseSessions()

ReleaseSessions

public ReleaseSessions(RegistrationContext registrationContext,
                       String[] sessionIDs)
Method Detail

getRegistrationContext

public RegistrationContext getRegistrationContext()

setRegistrationContext

public void setRegistrationContext(RegistrationContext registrationContext)

getSessionIDs

public String[] getSessionIDs()

setSessionIDs

public void setSessionIDs(String[] sessionIDs)

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