BEA Systems, Inc.

com.beasys.portal.ejb
Interface PortalHierarchy


public interface PortalHierarchy
extends BaseEJBObject

The PortalHiearchy EJB interface.


Method Summary
 java.lang.String getPortalName()
          Get portal name.
 java.lang.String getPortletName()
          Get portlet name.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getPortalName

public java.lang.String getPortalName()
                               throws java.rmi.RemoteException
Get portal name.
Returns:
String the portal name.
Throws:
RemoteException - container error.

getPortletName

public java.lang.String getPortletName()
                                throws java.rmi.RemoteException
Get portlet name.
Returns:
String the portlet name.
Throws:
RemoteException - container error.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved