Uses of Interface
org.apache.activemq.command.Endpoint
Packages that use Endpoint
Package
Description
Command objects used via the Command Pattern to communicate among nodes
A Multicast based Transport implementation.
UDP based Transport implementation.
-
Uses of Endpoint in org.apache.activemq.command
Classes in org.apache.activemq.command that implement EndpointMethods in org.apache.activemq.command that return EndpointModifier and TypeMethodDescriptionBaseCommand.getFrom()
The endpoint within the transport where this message came from.Command.getFrom()
The endpoint within the transport where this message came from which could be null if the transport only supports a single endpoint.KeepAliveInfo.getFrom()
The endpoint within the transport where this message came from.PartialCommand.getFrom()
WireFormatInfo.getFrom()
The endpoint within the transport where this message came from.BaseCommand.getTo()
The endpoint within the transport where this message is going to - null means all endpoints.Command.getTo()
The endpoint within the transport where this message is going to - null means all endpoints.KeepAliveInfo.getTo()
The endpoint within the transport where this message is going to - null means all endpoints.PartialCommand.getTo()
WireFormatInfo.getTo()
The endpoint within the transport where this message is going to - null means all endpoints.Methods in org.apache.activemq.command with parameters of type EndpointModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
-
Uses of Endpoint in org.apache.activemq.transport.multicast
Methods in org.apache.activemq.transport.multicast that return EndpointModifier and TypeMethodDescriptionMulticastDatagramHeaderMarshaller.createEndpoint
(ByteBuffer readBuffer, SocketAddress address) -
Uses of Endpoint in org.apache.activemq.transport.udp
Classes in org.apache.activemq.transport.udp that implement EndpointMethods in org.apache.activemq.transport.udp that return EndpointModifier and TypeMethodDescriptionDatagramHeaderMarshaller.createEndpoint
(DatagramPacket datagram, DataInputStream dataIn) protected Endpoint
DatagramHeaderMarshaller.createEndpoint
(SocketAddress address) DatagramHeaderMarshaller.createEndpoint
(ByteBuffer readBuffer, SocketAddress address) Reads any header if applicable and then creates an endpoint objectprotected Endpoint
DatagramHeaderMarshaller.getEndpoint
(SocketAddress address) Gets the current endpoint object for this address or creates one if not available.Methods in org.apache.activemq.transport.udp with parameters of type EndpointModifier and TypeMethodDescriptionvoid
UdpTransport.setTargetEndpoint
(Endpoint newTarget) We have received the WireFormatInfo from the server on the actual channel we should use for all future communication with the server, so lets set the target to be the actual channel that the server has chosen for us to talk on.