Package com.kuka.resource.pool

Provides interfaces for using resource and facade pools.

See:
          Description

Interface Summary
FacadeFilter<T> This interface is used to filter facades.
FacadeListener<T> Listener interface to be notified when resources enter or leave a resource pool.
FacadePool This extends a ResourcePool to handle facades of the resources in the pool.
ResourceFacadeFilter<T> Interface to combine the functions of ResourceFilter and FacadeFilter.
ResourceFacadePool Interface to combine the functions of ResourcePool and FacadePool.
ResourceFilter This interface is used to filter resources.
ResourceListener Listener interface to be notified when resources enter or leave a resource pool.
ResourcePool A resource pool is a collection of unique resource objects.
TypedFacadePool<T> A generic version of the FacadePool interface.
 

Class Summary
CapabilityFilter A ResourceFilter that accepts only resources that have all the specified capabilities.
FacadeFilters This class consists exclusively of static methods that return facade filters.
ResourceFilters This class consists exclusively of static methods that return resource filters.
 

Package com.kuka.resource.pool Description

Provides interfaces for using resource and facade pools.

Pools offer advanced utilities to access and filter collections of resources and their facades.



Copyright © 2019. All rights reserved.