2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.helper.task
Interface ITaskPool

All Known Implementing Classes:
AbstractTaskPool

public interface ITaskPool

Since:
1.0
Version:
1.2.0

Method Summary
 java.lang.Object get(int i)
          Get with the specified i parameter and return the Object result.
 

Method Detail

get

java.lang.Object get(int i)
Get with the specified i parameter and return the Object result.

Parameters:
i - The i (int) parameter.
Returns:
Results of the get (Object) value.

2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.