com.adobe.idp.dsc.component
Interface ComponentContext


public interface ComponentContext

Provides a LiveCycle ES implementation access to the component being started or stopped.


Method Summary
 java.lang.ClassLoader getClassLoader()
          Retrieves the ClassLoader for the component being started or stopped.
 Component getComponent()
          Retrieves the Component being started or stopped.
 

Method Detail

getComponent

Component getComponent()
Retrieves the Component being started or stopped.

Returns:
The Component being started or stopped.

getClassLoader

java.lang.ClassLoader getClassLoader()
Retrieves the ClassLoader for the component being started or stopped.

Returns:
The ClassLoader for the component being started or stopped.


[an error occurred while processing this directive] [an error occurred while processing this directive]