Skip navigation links


com.oracle.producer.spi
Interface IBaseDataContext

All Known Subinterfaces:
IPortletDataContext, IRegistrationDataContext

public interface IBaseDataContext

Base class for containing data about a portlet instance or consumer registration. <p/>


Method Summary
 String getHandle()
          Gets the handle for this portlet or consumer registration.
 byte[] getState()
          Gets the binary state buffer associated with this DataContext (portletState or registrationState).

 

Method Detail

getHandle

String getHandle()
Gets the handle for this portlet or consumer registration.

getState

byte[] getState()
                throws WSRPFaultException
Gets the binary state buffer associated with this DataContext (portletState or registrationState).
Throws
WSRPFaultException - if the operation failed for any reason. The exception can be created using the IConfigurationContext.createWsrpFaultException() method.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.