|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBaseBundleActivator
org.eclipse.soda.dk.transport.bundle.TransportBundle
public abstract class TransportBundle
The TransportBundle is the standard Bundle Activator for all other transport bundle activators to subclass.
| Constructor Summary | |
|---|---|
TransportBundle()
|
|
| Method Summary | |
|---|---|
protected void |
activate()
Activate. |
java.util.Hashtable |
createProperties()
Create the properties. |
abstract TransportService |
createService(ConnectionService connection)
Creates and returns the transport service to be registered. |
protected void |
deactivate()
Deactivate. |
ConnectionService |
getDefaultConnection()
Gets the default connection to be used by this transport service. |
abstract java.lang.String[] |
getExportedServiceNames()
Gets the exported service names (String[]) value. |
java.lang.String |
getServiceName()
Return the service name to be registered. |
TransportService |
getTransport()
Gets the transport (TransportService) value. |
void |
log(int severity,
java.lang.String message)
Log with the specified severity and message parameters. |
void |
log(int severity,
java.lang.String message,
java.lang.Throwable exception)
Log with the specified severity, message and exception parameters. |
void |
setTransport(TransportService transport)
Sets the transport value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransportBundle()
| Method Detail |
|---|
protected void activate()
public java.util.Hashtable createProperties()
Hashtable)
value.public abstract TransportService createService(ConnectionService connection)
ConnectionService) parameter.
connection - The connection (ConnectionService) parameter.
Object) value.protected void deactivate()
public ConnectionService getDefaultConnection()
ConnectionService)
value.public abstract java.lang.String[] getExportedServiceNames()
String[]) value.public java.lang.String getServiceName()
String) value.public TransportService getTransport()
TransportService) value.setTransport(TransportService)
public void log(int severity,
java.lang.String message)
int) parameter.
The message (String) parameter.
severity - The severity (int) parameter.message - The message (String) parameter.log(int,String,Throwable)
public void log(int severity,
java.lang.String message,
java.lang.Throwable exception)
int) parameter.
The message (String) parameter.
The exception (Throwable) parameter.
severity - The severity (int) parameter.message - The message (String) parameter.exception - The exception (Throwable) parameter.log(int,String)public void setTransport(TransportService transport)
TransportService) parameter.
transport - The transport (TransportService) parameter.getTransport()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||