public class CallbackHandlerImpl extends Object implements CallbackHandler, Contained
Constructor and Description |
---|
CallbackHandlerImpl() |
Modifier and Type | Method and Description |
---|---|
Container |
getContainer()
Get the
Container with which this instance is associated. |
void |
handle(Callback[] callbacks) |
void |
setContainer(Container container)
Set the
Container with which this instance is associated. |
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
IOException
UnsupportedCallbackException
public Container getContainer()
Contained
Container
with which this instance is associated.getContainer
in interface Contained
null
if not associated with a Containerpublic void setContainer(Container container)
Contained
Container
with which this instance is associated.setContainer
in interface Contained
container
- The Container instance with which this instance is to
be associated, or null
to disassociate this instance
from any ContainerCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.