Package com.oracle.bmc.jms
Class JavaManagementServiceWaiters
- java.lang.Object
 - 
- com.oracle.bmc.jms.JavaManagementServiceWaiters
 
 
- 
@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public class JavaManagementServiceWaiters extends ObjectCollection of helper methods to produceWaiters for different resources of JavaManagementService.The default configuration used is defined by
com.oracle.bmc.waiter.Waiters.Waiters#DEFAULT_POLLING_WAITER. 
- 
- 
Constructor Summary
Constructors Constructor Description JavaManagementServiceWaiters(ExecutorService executorService, JavaManagementService client) 
- 
Method Summary
 
 - 
 
- 
- 
Constructor Detail
- 
JavaManagementServiceWaiters
public JavaManagementServiceWaiters(ExecutorService executorService, JavaManagementService client)
 
 - 
 
- 
Method Detail
- 
forFleet
public Waiter<GetFleetRequest,GetFleetResponse> forFleet(GetFleetRequest request, LifecycleState... targetStates)
Creates a newWaiterusing the default configuration.- Parameters:
 request- the request to sendtargetState- the desired states to wait for. If multiple states are provided then the waiter will return once the resource reaches any of the provided states- Returns:
 - a new com.oracle.bmc.waiter.Waiter instance
 
 
- 
forFleet
public Waiter<GetFleetRequest,GetFleetResponse> forFleet(GetFleetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiterusing the provided configuration.- Parameters:
 request- the request to sendtargetState- the desired state to wait forterminationStrategy- theTerminationStrategyto usedelayStrategy- theDelayStrategyto use- Returns:
 - a new com.oracle.bmc.waiter.Waiter instance
 
 
- 
forFleet
public Waiter<GetFleetRequest,GetFleetResponse> forFleet(GetFleetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiterusing the provided configuration.- Parameters:
 request- the request to sendterminationStrategy- theTerminationStrategyto usedelayStrategy- theDelayStrategyto usetargetStates- the desired states to wait for. The waiter will return once the resource reaches any of the provided states- Returns:
 - a new Waiter instance
 
 
- 
forJmsPlugin
public Waiter<GetJmsPluginRequest,GetJmsPluginResponse> forJmsPlugin(GetJmsPluginRequest request, JmsPluginLifecycleState... targetStates)
Creates a newWaiterusing the default configuration.- Parameters:
 request- the request to sendtargetState- the desired states to wait for. If multiple states are provided then the waiter will return once the resource reaches any of the provided states- Returns:
 - a new com.oracle.bmc.waiter.Waiter instance
 
 
- 
forJmsPlugin
public Waiter<GetJmsPluginRequest,GetJmsPluginResponse> forJmsPlugin(GetJmsPluginRequest request, JmsPluginLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiterusing the provided configuration.- Parameters:
 request- the request to sendtargetState- the desired state to wait forterminationStrategy- theTerminationStrategyto usedelayStrategy- theDelayStrategyto use- Returns:
 - a new com.oracle.bmc.waiter.Waiter instance
 
 
- 
forJmsPlugin
public Waiter<GetJmsPluginRequest,GetJmsPluginResponse> forJmsPlugin(GetJmsPluginRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JmsPluginLifecycleState... targetStates)
Creates a newWaiterusing the provided configuration.- Parameters:
 request- the request to sendterminationStrategy- theTerminationStrategyto usedelayStrategy- theDelayStrategyto usetargetStates- the desired states to wait for. The waiter will return once the resource reaches any of the provided states- Returns:
 - a new Waiter instance
 
 
- 
forTaskSchedule
public Waiter<GetTaskScheduleRequest,GetTaskScheduleResponse> forTaskSchedule(GetTaskScheduleRequest request, TaskSchedule.LifecycleState... targetStates)
Creates a newWaiterusing the default configuration.- Parameters:
 request- the request to sendtargetStates- the desired states to wait for. If multiple states are provided then the waiter will return once the resource reaches any of the provided states- Returns:
 - a new Waiter instance
 
 
- 
forTaskSchedule
public Waiter<GetTaskScheduleRequest,GetTaskScheduleResponse> forTaskSchedule(GetTaskScheduleRequest request, TaskSchedule.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiterusing the provided configuration.- Parameters:
 request- the request to sendtargetState- the desired state to wait forterminationStrategy- theTerminationStrategyto usedelayStrategy- theDelayStrategyto use- Returns:
 - a new com.oracle.bmc.waiter.Waiter instance
 
 
- 
forTaskSchedule
public Waiter<GetTaskScheduleRequest,GetTaskScheduleResponse> forTaskSchedule(GetTaskScheduleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TaskSchedule.LifecycleState... targetStates)
Creates a newWaiterusing the provided configuration.- Parameters:
 request- the request to sendterminationStrategy- theTerminationStrategyto usedelayStrategy- theDelayStrategyto usetargetStates- the desired states to wait for. The waiter will return once the resource reaches any of the provided states- Returns:
 - a new com.oracle.bmc.waiter.Waiter instance
 
 
- 
forWorkRequest
public Waiter<GetWorkRequestRequest,GetWorkRequestResponse> forWorkRequest(GetWorkRequestRequest request)
Creates a newWaiterusing default configuration.- Parameters:
 request- the request to send- Returns:
 - a new Waiter instance
 
 
- 
forWorkRequest
public Waiter<GetWorkRequestRequest,GetWorkRequestResponse> forWorkRequest(GetWorkRequestRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiterusing the provided configuration.- Parameters:
 request- the request to sendterminationStrategy- theTerminationStrategyto usedelayStrategy- the to use- Returns:
 - a new com.oracle.bmc.waiter.Waiter instance
 
 
 - 
 
 -