Package org.osgi.service.application
Class ApplicationHandle.Delegate
- java.lang.Object
-
- org.osgi.service.application.ApplicationHandle.Delegate
-
- Enclosing class:
- ApplicationHandle
static class ApplicationHandle.Delegate extends java.lang.ObjectThis class will load the class named by the org.osgi.vendor.application.ApplicationHandle and delegate method calls to an instance of the class.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.StringcName(package private) static java.lang.reflect.Methoddestroy(package private) static java.lang.Classimplementation(package private) static java.lang.reflect.MethodsetApplicationHandle(package private) java.lang.Objecttarget
-
Constructor Summary
Constructors Constructor Description Delegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voiddestroy()(package private) voidsetApplicationHandle(ApplicationHandle d, ApplicationDescriptor.Delegate descriptor)
-
-
-
Method Detail
-
setApplicationHandle
void setApplicationHandle(ApplicationHandle d, ApplicationDescriptor.Delegate descriptor)
-
destroy
void destroy()
-
-