public class SingleBindingTargetBindable<T> extends Object implements Bindable
Bindable component that wraps a generic output binding target. Useful for
binding targets outside the Input
and Output annotated interfaces.| Constructor and Description |
|---|
SingleBindingTargetBindable(String name,
T bindingTarget) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindOutputs(BindingService bindingService)
Binds all the outputs associated with this instance.
|
Set<String> |
getOutputs()
Enumerates all the output binding names.
|
void |
unbindOutputs(BindingService bindingService)
Unbinds all the outputs associated with this instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindInputs, createAndBindInputs, getInputs, unbindInputspublic void bindOutputs(BindingService bindingService)
BindablebindOutputs in interface Bindablepublic void unbindOutputs(BindingService bindingService)
BindableunbindOutputs in interface Bindablepublic Set<String> getOutputs()
BindablegetOutputs in interface BindableCopyright © 2018 Pivotal Software, Inc.. All rights reserved.