|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectManagedServiceBundleActivator
org.eclipse.soda.dk.core.managed.CoreManaged
org.eclipse.soda.dk.transport.managed.TransportManaged
public abstract class TransportManaged
The TransportBundle is the standard Bundle Activator for all other transport bundle activators to subclass.
| Field Summary | |
|---|---|
static java.lang.String[] |
OPTIONAL_SERVICES
Define the optional service (String[]) constant. |
| Fields inherited from class org.eclipse.soda.dk.core.managed.CoreManaged |
|---|
CONFIGURATION_ADMIN_SERVICE, ID_KEY, ID_KEY_FILTER, IMPORTED_SERVICES, METATYPE_SERVICE |
| Constructor Summary | |
|---|---|
TransportManaged()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
create(java.lang.String pid,
java.util.Dictionary properties,
IBundleActivationManager manager)
Create with the specified pid, properties and manager parameters and return the Object result. |
abstract TransportService |
createService(ConnectionService connection)
Create service with the specified connection parameter and return the TransportService result. |
void |
destroy(java.lang.String pid,
java.lang.Object object,
java.util.Dictionary properties,
IBundleActivationManager manager)
Destroy with the specified PID, object, properties and manager parameters. |
java.lang.String[] |
getExportedServiceNames(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
Gets the service names (String[]) value. |
java.lang.String |
getInterestServiceName()
Gets the interest service name (String) value. |
java.lang.String[] |
getOptionalImportedServiceNames(java.lang.String pid,
java.util.Dictionary arg1,
java.util.Dictionary arg2,
IBundleActivationManager arg3)
Get optional imported service names with the specified PID, arg1, arg2 and arg3 parameters and return the String[] result. |
void |
handleAcquiredOptionalImportedService(java.lang.String pid,
java.lang.Object object,
java.lang.String importedServiceName,
java.lang.Object importedService,
IBundleActivationManager manager)
Handle acquired optional imported service with the specified PID, object, imported service name, imported service and manager parameters. |
void |
handleReleasedOptionalImportedService(java.lang.String pid,
java.lang.Object object,
java.lang.String importedServiceName,
java.lang.Object importedService,
IBundleActivationManager manager)
Handle released optional imported service with the specified PID, object, imported service name, imported service and manager parameters. |
boolean |
isManagedConnection(java.util.Dictionary properties)
Is managed connection with the specified properties parameter and return the boolean result. |
java.lang.Object |
update(java.lang.String pid,
java.lang.Object object,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
Update with the specified PID, object, old properties, properties and manager parameters and return the Object result. |
| Methods inherited from class org.eclipse.soda.dk.core.managed.CoreManaged |
|---|
createAdvisor, createImportedServiceFilters, createProperties, getImportedServiceNames, getImportedServiceNames, getOptionalImportedServiceNames, handleAcquiredOptionalImportedService, handleReleasedOptionalImportedService, updateProperties, updateProperties, validateConfiguration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.osgi.service.cm.ManagedService |
|---|
updated |
| Field Detail |
|---|
public static final java.lang.String[] OPTIONAL_SERVICES
| Constructor Detail |
|---|
public TransportManaged()
| Method Detail |
|---|
public java.lang.Object create(java.lang.String pid,
java.util.Dictionary properties,
IBundleActivationManager manager)
String) parameter. The properties (Dictionary) parameter. The manager (IBundleActivationManager)
parameter.
pid - The PID (String) parameter.properties - The properties (Dictionary) parameter.manager - The manager (IBundleActivationManager) parameter.
Object) value. The pid (String) parameter. The properties (Dictionary) parameter. The manager (IBundleActivationManager) parameter.public abstract TransportService createService(ConnectionService connection)
connection - The connection (ConnectionService) parameter.
Object) value. The connection (ConnectionService) parameter. The connection (ConnectionService) parameter.handleAcquiredOptionalImportedService(String,Object,String,Object,IBundleActivationManager),
handleReleasedOptionalImportedService(String,Object,String,Object,IBundleActivationManager)
public void destroy(java.lang.String pid,
java.lang.Object object,
java.util.Dictionary properties,
IBundleActivationManager manager)
pid - The PID (String) parameter.object - The object (Object) parameter.properties - The properties (Dictionary) parameter.manager - The manager (IBundleActivationManager) parameter.
public java.lang.String[] getExportedServiceNames(java.lang.String pid,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
getExportedServiceNames in class CoreManagedpid - The PID (String) parameter.oldProperties - The old properties (Dictionary) parameter.properties - The properties (Dictionary) parameter.manager - The manager (IBundleActivationManager) parameter.
String[]) value. The pid (String) parameter. The old properties (Dictionary) parameter. The properties (Dictionary) parameter. The manager (IBundleActivationManager)
parameter.public java.lang.String getInterestServiceName()
getInterestServiceName in class CoreManagedString) value.
public java.lang.String[] getOptionalImportedServiceNames(java.lang.String pid,
java.util.Dictionary arg1,
java.util.Dictionary arg2,
IBundleActivationManager arg3)
getOptionalImportedServiceNames in class CoreManagedpid - The PID (String) parameter.arg1 - The arg1 (Dictionary) parameter.arg2 - The arg2 (Dictionary) parameter.arg3 - The arg3 (IBundleActivationManager) parameter.
String[]) value. The arg0 (String) parameter. The arg1 (Dictionary) parameter. The arg2 (Dictionary) parameter. The arg3 (IBundleActivationManager)
parameter.CoreManaged.getOptionalImportedServiceNames()
public void handleAcquiredOptionalImportedService(java.lang.String pid,
java.lang.Object object,
java.lang.String importedServiceName,
java.lang.Object importedService,
IBundleActivationManager manager)
handleAcquiredOptionalImportedService in class CoreManagedpid - The PID (String) parameter.object - The object (Object) parameter.importedServiceName - The imported service name (String) parameter.importedService - The imported service (Object) parameter.manager - The manager (IBundleActivationManager) parameter.CoreManaged.handleAcquiredOptionalImportedService(String,String,Object)
public void handleReleasedOptionalImportedService(java.lang.String pid,
java.lang.Object object,
java.lang.String importedServiceName,
java.lang.Object importedService,
IBundleActivationManager manager)
handleReleasedOptionalImportedService in class CoreManagedpid - The PID (String) parameter.object - The object (Object) parameter.importedServiceName - The imported service name (String) parameter.importedService - The imported service (Object) parameter.manager - The manager (IBundleActivationManager) parameter.CoreManaged.handleReleasedOptionalImportedService(String,String,Object)public boolean isManagedConnection(java.util.Dictionary properties)
properties - The properties (Dictionary) parameter.
boolean) value. The properties (Dictionary) parameter.
public java.lang.Object update(java.lang.String pid,
java.lang.Object object,
java.util.Dictionary oldProperties,
java.util.Dictionary properties,
IBundleActivationManager manager)
pid - The PID (String) parameter.object - The object (Object) parameter.oldProperties - The old properties (Dictionary) parameter.properties - The properties (Dictionary) parameter.manager - The manager (IBundleActivationManager) parameter.
Object) value. The pid (String) parameter. The object (Object) parameter. The old properties (Dictionary) parameter. The properties (Dictionary)
parameter. The manager (IBundleActivationManager) parameter.
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||