org.jaffa.presentation.portlet.session.ui
Class SessionExplorerComponent

java.lang.Object
  extended byorg.jaffa.presentation.portlet.component.Component
      extended byorg.jaffa.presentation.portlet.session.ui.SessionExplorerComponent
All Implemented Interfaces:
IComponent

public class SessionExplorerComponent
extends Component

Version:
1.0
Author:
PaulE

Constructor Summary
SessionExplorerComponent()
           
 
Method Summary
 FormKey display()
          Returns a FormKey, which has the componentId & the formName to which control should be passed
 String getCompId()
          Getter for property compId.
 String getSessionId()
          Getter for property sessionId.
 FormKey introspectComponent(String compId)
           
 FormKey viewComponent(String sessionId)
           
 
Methods inherited from class org.jaffa.presentation.portlet.component.Component
addChildComponent, addFormKeyChangeListener, getComponentDefinition, getComponentId, getContainerFormKey, getFormKeyChangeListeners, getReturnToFormKey, getToken, getUserSession, isActive, quit, quitAndReturnToCallingScreen, reflectAndSetParms, removeFormKeyChangeListener, returnChildComponents, returnLastActivityDate, run, setContainerFormKey, setReturnToFormKey, setToken, updateLastActivityDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionExplorerComponent

public SessionExplorerComponent()
Method Detail

display

public FormKey display()
Description copied from class: Component
Returns a FormKey, which has the componentId & the formName to which control should be passed

Specified by:
display in interface IComponent
Specified by:
display in class Component
Returns:
the FormKey object

viewComponent

public FormKey viewComponent(String sessionId)
                      throws ApplicationExceptions,
                             FrameworkException
Throws:
ApplicationExceptions
FrameworkException

introspectComponent

public FormKey introspectComponent(String compId)
                            throws ApplicationExceptions,
                                   FrameworkException
Throws:
ApplicationExceptions
FrameworkException

getSessionId

public String getSessionId()
Getter for property sessionId.

Returns:
Value of property sessionId.

getCompId

public String getCompId()
Getter for property compId.

Returns:
Value of property compId.


Copyright © 2002-2004 JAFFA Project.