Class AccessTimeUtil
java.lang.Object
org.apache.synapse.transport.http.access.AccessTimeUtil
Utility methods related to the Access Time
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAccessDate(Date date) static DategetDate()This method returns a Date object that is accurate to within one second.static Stringgets the timezone +/-{****}}, offset from GMT,static voidChecks whether the supplied Throwable is one that needs to be re-thrown and swallows all others.
-
Constructor Details
-
AccessTimeUtil
public AccessTimeUtil()
-
-
Method Details
-
getTimeZone
gets the timezone +/-{****}}, offset from GMT,- Returns:
- String time zone (eg, +0530, -0600).
-
getDate
This method returns a Date object that is accurate to within one second. If a thread calls this method to get a Date and it's been less than 1 second since a new Date was created, this method simply gives out the same Date again so that the system doesn't spend time creating Date objects unnecessarily.- Returns:
- Date
-
getAccessDate
-
handleThrowable
Checks whether the supplied Throwable is one that needs to be re-thrown and swallows all others.- Parameters:
t- the Throwable to check
-