Uses of Interface
org.apache.activemq.command.Endpoint
-
Packages that use Endpoint Package Description org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.transport.multicast A Multicast based Transport implementation.org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.org.apache.activemq.transport.udp UDP based Transport implementation. -
-
Uses of Endpoint in org.apache.activemq.command
Classes in org.apache.activemq.command that implement Endpoint Modifier and Type Class Description classBaseEndpointA default endpoint.Methods in org.apache.activemq.command that return Endpoint Modifier and Type Method Description EndpointBaseCommand. getFrom()The endpoint within the transport where this message came from.EndpointCommand. getFrom()The endpoint within the transport where this message came from which could be null if the transport only supports a single endpoint.EndpointKeepAliveInfo. getFrom()The endpoint within the transport where this message came from.EndpointPartialCommand. getFrom()EndpointWireFormatInfo. getFrom()The endpoint within the transport where this message came from.EndpointBaseCommand. getTo()The endpoint within the transport where this message is going to - null means all endpoints.EndpointCommand. getTo()The endpoint within the transport where this message is going to - null means all endpoints.EndpointKeepAliveInfo. getTo()The endpoint within the transport where this message is going to - null means all endpoints.EndpointPartialCommand. getTo()EndpointWireFormatInfo. 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 Endpoint Modifier and Type Method Description voidBaseCommand. setFrom(Endpoint from)voidCommand. setFrom(Endpoint from)voidKeepAliveInfo. setFrom(Endpoint from)voidPartialCommand. setFrom(Endpoint from)voidWireFormatInfo. setFrom(Endpoint from)voidBaseCommand. setTo(Endpoint to)voidCommand. setTo(Endpoint to)voidKeepAliveInfo. setTo(Endpoint to)voidPartialCommand. setTo(Endpoint to)voidWireFormatInfo. setTo(Endpoint to) -
Uses of Endpoint in org.apache.activemq.transport.multicast
Methods in org.apache.activemq.transport.multicast that return Endpoint Modifier and Type Method Description EndpointMulticastDatagramHeaderMarshaller. createEndpoint(ByteBuffer readBuffer, SocketAddress address) -
Uses of Endpoint in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp that return Endpoint Modifier and Type Method Description EndpointStompFrame. getFrom()EndpointStompFrame. getTo()Methods in org.apache.activemq.transport.stomp with parameters of type Endpoint Modifier and Type Method Description voidStompFrame. setFrom(Endpoint from)voidStompFrame. setTo(Endpoint to) -
Uses of Endpoint in org.apache.activemq.transport.udp
Classes in org.apache.activemq.transport.udp that implement Endpoint Modifier and Type Class Description classDatagramEndpointMethods in org.apache.activemq.transport.udp that return Endpoint Modifier and Type Method Description EndpointDatagramHeaderMarshaller. createEndpoint(DatagramPacket datagram, DataInputStream dataIn)protected EndpointDatagramHeaderMarshaller. createEndpoint(SocketAddress address)EndpointDatagramHeaderMarshaller. createEndpoint(ByteBuffer readBuffer, SocketAddress address)Reads any header if applicable and then creates an endpoint objectprotected EndpointDatagramHeaderMarshaller. 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 Endpoint Modifier and Type Method Description voidUdpTransport. 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.
-