com.bea.wsrp.consumer.management.portlet
Interface FailedPortlet


public interface FailedPortlet

Contains information about a portlet which failed to be exported or copied on the producer.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 com.bea.wsrp.bind.IBaseFailure.ErrorCode getErrorCode()
          Gets the error code.
 String getFailureReason()
          Gets the reason a portlet failed, if a reason was supplied by the producer, or null if no reason was supplied.
 String getPortletHandle()
          Gets the portlet handle for the portlet which failed.
 

Method Detail

getPortletHandle

String getPortletHandle()
Gets the portlet handle for the portlet which failed.


getFailureReason

String getFailureReason()
Gets the reason a portlet failed, if a reason was supplied by the producer, or null if no reason was supplied.


getErrorCode

com.bea.wsrp.bind.IBaseFailure.ErrorCode getErrorCode()
Gets the error code.



Copyright © 2011, Oracle. All rights reserved.