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.Object
This 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.String
cName
(package private) static java.lang.reflect.Method
destroy
(package private) static java.lang.Class
implementation
(package private) static java.lang.reflect.Method
setApplicationHandle
(package private) java.lang.Object
target
-
Constructor Summary
Constructors Constructor Description Delegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
destroy()
(package private) void
setApplicationHandle(ApplicationHandle d, ApplicationDescriptor.Delegate descriptor)
-
-
-
Method Detail
-
setApplicationHandle
void setApplicationHandle(ApplicationHandle d, ApplicationDescriptor.Delegate descriptor)
-
destroy
void destroy()
-
-