public interface Declaration
Modifier and Type | Method and Description |
---|---|
void |
bind()
Marks the declaration bound.
|
Status |
getStatus()
Gets the declaration status.
|
void |
unbind(java.lang.String message)
Unbinds the declaration.
|
void |
unbind(java.lang.String message,
java.lang.Throwable throwable)
Unbinds the declaration
|
Status getStatus()
void bind()
void unbind(java.lang.String message)
message
- an explanationvoid unbind(java.lang.String message, java.lang.Throwable throwable)
message
- an explanationthrowable
- an errorCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.