Uses of Interface
org.openspaces.admin.transport.Transport
Packages that use Transport
Package
Description
Internally Used.
Internally Used.
Support for managing of Transport(s) through the Admin API.
Support for managing of Transport events through the Admin API.
-
Uses of Transport in org.openspaces.admin.internal.gateway
Methods in org.openspaces.admin.internal.gateway that return Transport -
Uses of Transport in org.openspaces.admin.internal.support
Methods in org.openspaces.admin.internal.support that return TransportMethods in org.openspaces.admin.internal.support with parameters of type Transport -
Uses of Transport in org.openspaces.admin.internal.transport
Subinterfaces of Transport in org.openspaces.admin.internal.transportClasses in org.openspaces.admin.internal.transport that implement TransportMethods in org.openspaces.admin.internal.transport that return TransportModifier and TypeMethodDescriptionDefaultTransports.getTransportByHostAndPort(String host, int port) DefaultTransports.getTransportByUID(String uid) DefaultTransports.getTransports()DefaultTransports.getTransports(String host) Methods in org.openspaces.admin.internal.transport that return types with arguments of type TransportMethods in org.openspaces.admin.internal.transport with parameters of type TransportModifier and TypeMethodDescriptionvoidDefaultTransports.addTransport(Transport transport) voidInternalTransports.addTransport(Transport transport) voidInternalTransportAware.setTransport(Transport transport) -
Uses of Transport in org.openspaces.admin.transport
Methods in org.openspaces.admin.transport that return TransportModifier and TypeMethodDescriptionTransportAware.getTransport()Returns the transport the grid component is using.Transports.getTransportByHostAndPort(String host, int port) Returns the transport that is bounded on the specified host and port.Transports.getTransportByUID(String uid) Returns the transport based on the specified UID.Transports.getTransports()Returns all the currently discovered transports.Transports.getTransports(String host) Returns all the transports bounded on the specified host. -
Uses of Transport in org.openspaces.admin.transport.events
Methods in org.openspaces.admin.transport.events that return TransportModifier and TypeMethodDescriptionTransportStatisticsChangedEvent.getTransport()Returns the associated transport with the event.Constructors in org.openspaces.admin.transport.events with parameters of type TransportModifierConstructorDescriptionTransportStatisticsChangedEvent(Transport transport, TransportStatistics statistics)