|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.wsr.impl.WsrUtil
public class WsrUtil
| Constructor Summary | |
|---|---|
WsrUtil()
|
|
| Method Summary | |
|---|---|
Calendar |
getCalendarOfString(String calendar)
to help in retrieval of Calendar value this method converts String into the Calendar value |
GDuration |
getDurationOfString(String duration)
to help in retrieval of GDuration value this method converts String into the GDuration value |
static WsrUtil |
getInstance()
|
String |
getStringOfCalendar(Calendar calendar)
to help database insertion of Calendar value this method convert it into the String value |
String |
getStringOfDuration(GDuration duration)
to help database insertion of GDuration value this method convert it into the String value |
boolean |
isDurationPassed(GDuration duration)
checks the validity of GroupMaxIdleDuration |
boolean |
isExpiryTimePassed(Calendar expiryTime)
checks the validity of Group or Message Expiry Time |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsrUtil()
| Method Detail |
|---|
public static WsrUtil getInstance()
public boolean isExpiryTimePassed(Calendar expiryTime)
public boolean isDurationPassed(GDuration duration)
public String getStringOfCalendar(Calendar calendar)
public String getStringOfDuration(GDuration duration)
public Calendar getCalendarOfString(String calendar)
public GDuration getDurationOfString(String duration)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||