Skip navigation links
B C D E F G H I J M O P R S T U V W X 

S

SECONDS_SUFFIX - Static variable in class com.mgnt.utils.TextUtils
 
sendHttpRequest(HttpClient.HttpMethod) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequest(String, HttpClient.HttpMethod) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to specified URL and uses specified HTTP method.
sendHttpRequest(HttpClient.HttpMethod, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequest(String, HttpClient.HttpMethod, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to specified URL, uses specified HTTP method and sends data through request body.
sendHttpRequestForBinaryResponse(HttpClient.HttpMethod) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequestForBinaryResponse(String, HttpClient.HttpMethod) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method is the same as HttpClient.sendHttpRequest(String, HttpMethod) except that it returns ByteBuffer that holds binary info.
sendHttpRequestForBinaryResponse(HttpClient.HttpMethod, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method sends HTTP request to pre-set URL.
sendHttpRequestForBinaryResponse(String, HttpClient.HttpMethod, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method is the same as HttpClient.sendHttpRequest(String, HttpMethod, String) except that it returns ByteBuffer that holds binary info.
setConnectionUrl(String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
Setter for connectionUrl property.
setContentType(String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This is setter method for content type property.
setExecutionTimeInterval(TimeInterval) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
 
setExecutionTimeIntervalStr(String) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
 
setExecutionTimeIntervalTypeTwo(TimeInterval) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeTwoTask
 
setExecutionTimeIntervalTypeTwoStr(String) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeTwoTask
 
setInitialized(boolean) - Method in interface com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable
internally used method
setInitialized(boolean) - Method in class com.mgnt.lifecycle.management.backgroundrunner.BaseBackgroundRunnable
 
setParamValue(TimeInterval, String) - Method in interface com.mgnt.lifecycle.management.backgroundrunner.BackgroundRunnable
This method is a general setter method for all properties that hold TimeInterval value.
setParamValue(TimeInterval, String) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
 
setParamValue(TimeInterval, String) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeTwoTask
 
setParsedIntegerProperty(Integer) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
 
setParsedIntegerPropertyStr(String) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
 
setRelevantPackage(String) - Static method in class com.mgnt.utils.TextUtils
This is a setter method for relevant package prefix property for method TextUtils.getStacktrace(Throwable, boolean) Once the value has been set the convenience method TextUtils.getStacktrace(Throwable, boolean) could be used instead of method TextUtils.getStacktrace(Throwable, boolean, String)
setRequestProperty(String, String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method is a general request property setter.
setTimeIntervalProperty(TimeInterval) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
 
setTimeIntervalPropertyStr(String) - Method in class com.mgnt.lifecycle.management.backgroundrunner.example.TypeOneTask
 
setTimeUnit(TimeUnit) - Method in class com.mgnt.utils.entities.TimeInterval
TimeUnit Setter
setValue(long) - Method in class com.mgnt.utils.entities.TimeInterval
Numerical value setter
sleepFor(long, TimeUnit) - Static method in class com.mgnt.utils.TimeUtils
This method is a convenience method for sleep that "swallows" InterruptedException and has TimeUnit parameter in addition to time period so it makes it very convenient.
sleepFor(TimeInterval) - Static method in class com.mgnt.utils.TimeUtils
This is an overload for method TimeUtils.sleepFor(long, TimeUnit) which is provided for convenience.
StringUnicodeEncoderDecoder - Class in com.mgnt.utils
This class provides Unicode conversion utility methods that allow to convert a string into Unicode sequence and vice-versa.
StringUnicodeEncoderDecoder() - Constructor for class com.mgnt.utils.StringUnicodeEncoderDecoder
 
B C D E F G H I J M O P R S T U V W X 
Skip navigation links