public abstract class AbstractConduit extends AbstractObservable implements Conduit
Modifier and Type | Field and Description |
---|---|
protected EndpointReferenceType |
target |
incomingObserver
Constructor and Description |
---|
AbstractConduit(EndpointReferenceType t) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the conduit.
|
void |
close(Message msg)
Close the connections associated with the message
|
EndpointReferenceType |
getTarget() |
String |
toString() |
activate, deactivate, getLogger, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessageObserver, setMessageObserver
protected final EndpointReferenceType target
public AbstractConduit(EndpointReferenceType t)
public EndpointReferenceType getTarget()
public void close(Message msg) throws IOException
Conduit
close
in interface Conduit
msg
- for which content should be closed.IOException
Copyright © 2016 JBoss by Red Hat. All rights reserved.