planetj.dataengine.webservices
Class DistributedSignonReceipt

java.lang.Object
  |
  +--planetj.dataengine.webservices.DistributedSignonReceipt
All Implemented Interfaces:
Serializable

public class DistributedSignonReceipt
extends Object
implements Serializable

Insert the type's description here. Creation date: (1/28/2003 4:55:23 PM)

See Also:
Serialized Form

Constructor Summary
DistributedSignonReceipt(DataEngineWebServiceServlet dewss, String pSessionId, String pUser)
          Receipt can only be constructed by the web services servlet.
 
Method Summary
 String getSessionId()
          Insert the method's description here.
 String getUserName()
          Insert the method's description here.
 boolean isValid()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedSignonReceipt

public DistributedSignonReceipt(DataEngineWebServiceServlet dewss,
                                String pSessionId,
                                String pUser)
Receipt can only be constructed by the web services servlet.

Method Detail

getSessionId

public String getSessionId()
Insert the method's description here. Creation date: (1/29/2003 2:41:29 PM)


getUserName

public String getUserName()
Insert the method's description here. Creation date: (1/29/2003 2:41:29 PM)


isValid

public boolean isValid()
Insert the method's description here. Creation date: (1/29/2003 2:41:29 PM)