com.bea.portal.tools.portlet.orb
Class InvokeContext

java.lang.Object
  extended by com.bea.portal.tools.portlet.orb.InvokeContext

public abstract class InvokeContext
extends Object


Constructor Summary
protected InvokeContext(PortletORB portletORB)
           
 
Method Summary
abstract  PortletHandle getCallerPortletHandle()
           
static InvokeContext getInvokeContext()
           
 PortletHandle getPortletHandle()
           
 PortletORB getPortletORB()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokeContext

protected InvokeContext(PortletORB portletORB)
Method Detail

getInvokeContext

public static InvokeContext getInvokeContext()

getPortletORB

public final PortletORB getPortletORB()

getPortletHandle

public final PortletHandle getPortletHandle()

getCallerPortletHandle

public abstract PortletHandle getCallerPortletHandle()


Copyright © 2000, 2008, 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.