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.


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.


Copyright © 2011, Oracle. All rights reserved.