Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices
Interface ConversationSession


public interface ConversationSession

Method Summary
 Object getAttribute(String s)
           
 long getCreationTime()
           
 String getId()
           
 long getLastAccessedTime()
           
 int getMaxInactiveInterval()
           
 void invalidate()
           
 boolean isNew()
           
 void removeAttribute(String s)
           
 void setAttribute(String s, Object obj)
           
 void setMaxInactiveInterval(int i)
           

 

Method Detail

getCreationTime

long getCreationTime()

getId

String getId()

getLastAccessedTime

long getLastAccessedTime()

setMaxInactiveInterval

void setMaxInactiveInterval(int i)

getMaxInactiveInterval

int getMaxInactiveInterval()

getAttribute

Object getAttribute(String s)

setAttribute

void setAttribute(String s,
                  Object obj)

removeAttribute

void removeAttribute(String s)

invalidate

void invalidate()

isNew

boolean isNew()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.