public abstract class AbstractCommonsAlgorithmSourceBackend extends AbstractAlgorithmSourceBackend
| Constructor and Description |
|---|
AbstractCommonsAlgorithmSourceBackend() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Returns the name of this backend for display in user interfaces.
|
String |
getId() |
void |
initialize(BackendInstanceSpec<?> backendInstanceSpec)
Initializes the backend from a
BackendInstanceSpec. |
protected String |
nameForErrors() |
void |
setId(String id) |
close, fireAlgorithmSourceBackendUpdatedaddBackendListener, fireBackendUpdated, fireEvent, fireUnrecoverableError, getConfigurationsId, removeBackendListener, setEventListenersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadAlgorithm, readAlgorithmsaddBackendListener, getConfigurationsId, removeBackendListener, setEventListenerspublic AbstractCommonsAlgorithmSourceBackend()
public void initialize(BackendInstanceSpec<?> backendInstanceSpec) throws BackendInitializationException
BackendBackendInstanceSpec. It is called
for you by BackendInstanceSpec.getInstance(), but if you
create a Backend object yourself, you must call this manually
before using it.initialize in interface Backend<AlgorithmSourceBackendUpdatedEvent>initialize in class AbstractBackend<AlgorithmSourceBackendUpdatedEvent>backendInstanceSpec - the configuration Properties object.BackendInitializationExceptionpublic final String getDisplayName()
BackendString.protected final String nameForErrors()
public final void setId(String id)
setId in class AbstractBackend<AlgorithmSourceBackendUpdatedEvent>public final String getId()
getId in interface Backend<AlgorithmSourceBackendUpdatedEvent>getId in class AbstractBackend<AlgorithmSourceBackendUpdatedEvent>Copyright © 2012–2018 Emory University. All rights reserved.