Aqualogic Interaction API  
 

IPTAsyncGadgetProvider.Initialize Method 

Initializes all of the data structures in this object and must be called before BeginProcessing. Can be called only once. -jas

void Initialize(
   IPTGadgetCacheSite pCacheSite,
   IXPPropertyBag pbagConfigurationInfo,
   IXPPropertyBag pbagWebServiceConfigurationInfo,
   IPTGadgetContentServer pGCServer
);

Parameters

pCacheSite
The Cache Site entry for the portlet
pbagConfigurationInfo
Configuration information about the current portlet
pbagWebServiceConfigurationInfo
Configuration information about the portlet web service used by the current portlet
pGCServer
The remote server used by the portlet web service

See Also

IPTAsyncGadgetProvider Interface | com.plumtree.server Namespace