Index

B E G L O W 
All Classes and Interfaces|All Packages

B

build() - Method in interface org.eclipse.keyple.distributed.LocalServiceClientFactoryBuilder.BuilderStep
Creates a new instance of LocalServiceClientFactory using the current configuration.
build() - Method in interface org.eclipse.keyple.distributed.LocalServiceServerFactoryBuilder.BuilderStep
Creates a new instance of LocalServiceServerFactory using the current configuration.
builder(String) - Static method in class org.eclipse.keyple.distributed.LocalServiceClientFactoryBuilder
Gets the first step of the builder to use in order to create a new factory instance.
builder(String) - Static method in class org.eclipse.keyple.distributed.LocalServiceServerFactoryBuilder
Gets the first step of the builder to use in order to create a new factory instance.

E

executeRemoteService(String, String, Object, Object, Class<T>) - Method in interface org.eclipse.keyple.distributed.LocalServiceClient
Executes on a local reader a specific ticketing service remotely from the server.

G

getAsyncNode() - Method in interface org.eclipse.keyple.distributed.LocalServiceClient
Gets the associated AsyncNodeClient if the service is configured with an asynchronous network protocol.
getAsyncNode() - Method in interface org.eclipse.keyple.distributed.LocalServiceServer
Gets the associated AsyncNodeServer if the service is configured with an asynchronous network protocol.
getSyncNode() - Method in interface org.eclipse.keyple.distributed.LocalServiceServer
Gets the associated SyncNodeServer if the service is configured with a synchronous network protocol.

L

LocalServiceClient - Interface in org.eclipse.keyple.distributed
API of the Local Service Client associated to a Remote Plugin Server to be used in the Reader Client Side configuration mode.
LocalServiceClientFactory - Interface in org.eclipse.keyple.distributed
Factory of LocalServiceClient to provide to the Keyple main service during the registration process.
LocalServiceClientFactoryBuilder - Class in org.eclipse.keyple.distributed
LocalServiceClientFactoryBuilder.BuilderStep - Interface in org.eclipse.keyple.distributed
Last step : build a new instance.
LocalServiceClientFactoryBuilder.NodeStep - Interface in org.eclipse.keyple.distributed
Step to configure the node associated with the service.
LocalServiceServer - Interface in org.eclipse.keyple.distributed
API of the Local Service Server associated to a Remote Plugin Client to be used in the Reader Server Side configuration mode.
LocalServiceServerFactory - Interface in org.eclipse.keyple.distributed
Factory of LocalServiceServer to provide to the Keyple main service during the registration process.
LocalServiceServerFactoryBuilder - Class in org.eclipse.keyple.distributed
LocalServiceServerFactoryBuilder.BuilderStep - Interface in org.eclipse.keyple.distributed
Last step : build a new instance.
LocalServiceServerFactoryBuilder.NodeStep - Interface in org.eclipse.keyple.distributed
Step to configure the node associated with the service.

O

org.eclipse.keyple.distributed - package org.eclipse.keyple.distributed
APIs of the Local Service components.

W

withAsyncNode(AsyncEndpointClientSpi, int) - Method in interface org.eclipse.keyple.distributed.LocalServiceClientFactoryBuilder.NodeStep
Configures the service with a AsyncNodeClient node.
withAsyncNode(AsyncEndpointServerSpi) - Method in interface org.eclipse.keyple.distributed.LocalServiceServerFactoryBuilder.NodeStep
Configures the service with a AsyncNodeServer node.
withPoolPlugins(String...) - Method in interface org.eclipse.keyple.distributed.LocalServiceServerFactoryBuilder.BuilderStep
Configures the service with one or more pool plugin(s) in order to restrict the search area for pool plugin only.
withSyncNode() - Method in interface org.eclipse.keyple.distributed.LocalServiceServerFactoryBuilder.NodeStep
Configures the service with a SyncNodeServer node.
withSyncNode(SyncEndpointClientSpi) - Method in interface org.eclipse.keyple.distributed.LocalServiceClientFactoryBuilder.NodeStep
Configures the service with a SyncNodeClient node.
B E G L O W 
All Classes and Interfaces|All Packages