public class DefaultBinding<T> extends Object implements Binding<T>
Binding
.EnableBinding
Modifier and Type | Field and Description |
---|---|
protected org.springframework.context.Lifecycle |
endpoint |
protected String |
group |
protected String |
name |
protected T |
target |
Constructor and Description |
---|
DefaultBinding(String name,
String group,
T target,
org.springframework.context.Lifecycle endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterUnbind() |
String |
getGroup() |
String |
getName() |
String |
toString() |
void |
unbind()
Unbinds the target component represented by this instance and stops any active components.
|
protected final String name
protected final String group
protected final T target
protected final org.springframework.context.Lifecycle endpoint
public String getName()
public String getGroup()
public final void unbind()
Binding
protected void afterUnbind()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.