Interface IUsingPortletClassloader


public interface IUsingPortletClassloader
Title: A Declarative interface to identify an event uses the portlet classloader. Description: Event interface or class defined and deployed by portlets do not use the system classloader but the dynamic classloader. When the event object is serialized and delivered to another machine in a cluster, deserialization may have difficult finding and loading the class. This declarative interface makes the event service to wrap the event object and invoke the dynamic classloader to deserialize the object explicitly at the destination. Copyright: Copyright (c) 2002 Company: webMethods, Inc.