Uses of Class
org.apache.felix.scr.impl.ComponentCommands
-
Packages that use ComponentCommands Package Description org.apache.felix.scr.impl org.apache.felix.scr.impl.config -
-
Uses of ComponentCommands in org.apache.felix.scr.impl
Fields in org.apache.felix.scr.impl declared as ComponentCommands Modifier and Type Field Description private ComponentCommands
ComponentCommandsScrInfo. commands
private ComponentCommands
Activator. m_componentCommands
Fields in org.apache.felix.scr.impl with type parameters of type ComponentCommands Modifier and Type Field Description private org.osgi.framework.ServiceRegistration<ComponentCommands>
ComponentCommands. commandsReg
Constructors in org.apache.felix.scr.impl with parameters of type ComponentCommands Constructor Description ComponentCommandsScrInfo(ComponentCommands commands, org.osgi.framework.BundleContext context)
-
Uses of ComponentCommands in org.apache.felix.scr.impl.config
Fields in org.apache.felix.scr.impl.config declared as ComponentCommands Modifier and Type Field Description private ComponentCommands
ScrConfigurationImpl. scrCommand
Methods in org.apache.felix.scr.impl.config with parameters of type ComponentCommands Modifier and Type Method Description void
ScrConfigurationImpl. setScrCommand(ComponentCommands scrCommand)
-