Class EntriesCommand<I,M>
java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.EntriesCommand<I,M>
- Type Parameters:
I- the scheduled entry identifier typeM- the scheduled entry metadata type
- All Implemented Interfaces:
org.wildfly.clustering.server.dispatcher.Command<Collection<I>,Scheduler<I, M>, RuntimeException>
@Deprecated(forRemoval=true)
public class EntriesCommand<I,M>
extends Object
implements org.wildfly.clustering.server.dispatcher.Command<Collection<I>,Scheduler<I,M>,RuntimeException>
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed without replacement
Command returning the identifiers of all scheduler entries.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
EntriesCommand
public EntriesCommand()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
execute
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
executein interfaceorg.wildfly.clustering.server.dispatcher.Command<Collection<I>,Scheduler<I, M>, RuntimeException>
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-