- getActivate() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the name of the method to be called when the component is being
activated.
- getBindMethodName() - Method in interface org.apache.felix.scr.Reference
-
Deprecated.
Returns the name of the method called if a service is being bound to
the Component or null
if no such method is configued.
- getBoundServiceReferences() - Method in interface org.apache.felix.scr.Reference
-
Deprecated.
- getBundle() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the Bundle
declaring this component.
- getClassName() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the class name of the Component implementation.
- getComponent(long) - Method in interface org.apache.felix.scr.ScrService
-
Deprecated.
Returns the component whose component.id matches the given
componentId
or null
if no component with the
given id is currently managed.
- getComponentInstance() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the org.osgi.service.component.ComponentInstance
representing this component or null
if this component
is not been activated yet.
- getComponents() - Method in interface org.apache.felix.scr.ScrService
-
Deprecated.
Returns an array of all components managed by this SCR instance.
- getComponents(String) - Method in interface org.apache.felix.scr.ScrService
-
Deprecated.
Returns the components whose component.name
matches the
given componentName
or null
if no component
with the given name is currently managed.
- getComponents(Bundle) - Method in interface org.apache.felix.scr.ScrService
-
Deprecated.
Reuturns an array of all components managed by this SCR instance on
behalf of the given bundle.
- getConfigurationPid() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the configuration pid declared in the component descriptor.
- getConfigurationPolicy() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the configuration policy declared in the component descriptor.
- getDeactivate() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the name of the method to be called when the component is being
deactivated.
- getFactory() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the component factory name or null
if this component
is not defined as a component factory.
- getId() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the component ID of this component.
- getModified() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the name of the method to be called when the component
configuration has been updated or null
if such a method is
not declared in the component descriptor.
- getName() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the name of the component, which is also used as the service PID.
- getName() - Method in interface org.apache.felix.scr.Reference
-
Deprecated.
Returns the name of this Reference.
- getProperties() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the properties of the Component.
- getReferences() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns an array of
Reference
instances representing the service
references (or dependencies) of this Component.
- getServiceName() - Method in interface org.apache.felix.scr.Reference
-
Deprecated.
Returns the name of the service used by this Reference.
- getServiceReferences() - Method in interface org.apache.felix.scr.Reference
-
Deprecated.
Returns an array of references to the services bound to this Reference
or null
if no services are currently bound.
- getServices() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns an array of service names provided by this Component or
null
if the Component is not registered as a service.
- getState() - Method in interface org.apache.felix.scr.Component
-
Deprecated.
Returns the current state of the Component, which is one of the
STATE_*
constants defined in this interface.
- getTarget() - Method in interface org.apache.felix.scr.Reference
-
Deprecated.
Returns the value of the target property of this reference.
- getUnbindMethodName() - Method in interface org.apache.felix.scr.Reference
-
Deprecated.
Returns the name of the method called if a service is being unbound from
the Component or null
if no such method is configued.
- getUpdatedMethodName() - Method in interface org.apache.felix.scr.Reference
-
Deprecated.
Returns the name of the method called if a bound service updates its
service registration properties or null
if no such method
is configued.