public class SessionUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FOLDER_SYNCRONIZE_WITH_THREDDS |
| Constructor and Description |
|---|
SessionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,TransferOnThreddsReport> |
getMapTransferPublishingOnThredds(javax.servlet.http.HttpSession session)
Gets the folder publishing on thredds.
|
static TransferOnThreddsReport |
geTransferPublishingOnThreddsForId(javax.servlet.http.HttpSession session,
String transferId)
Ge transfer publishing on thredds for id.
|
static void |
printAsSysOut(String txt)
Prints the as sys out.
|
static void |
setTransferPublishingOnThredds(javax.servlet.http.HttpSession session,
TransferOnThreddsReport report)
Sets the folder publishing on thredds.
|
public static final String FOLDER_SYNCRONIZE_WITH_THREDDS
public static void setTransferPublishingOnThredds(javax.servlet.http.HttpSession session,
TransferOnThreddsReport report)
session - the sessionreport - the reportpublic static Map<String,TransferOnThreddsReport> getMapTransferPublishingOnThredds(javax.servlet.http.HttpSession session)
session - the sessionpublic static TransferOnThreddsReport geTransferPublishingOnThreddsForId(javax.servlet.http.HttpSession session, String transferId)
session - the sessiontransferId - the transfer idpublic static void printAsSysOut(String txt)
txt - the txtCopyright © 2018. All Rights Reserved.