Package org.jboss.jbossts.star.client
Class Current
java.lang.Object
org.jboss.jbossts.star.client.Current
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clearContext
(jakarta.ws.rs.core.MultivaluedMap<String, String> headers) static <T> T
static Object
static URL
peek()
static URL
pop()
static boolean
static void
popAll()
static void
push the current context onto the stack of contexts for this threadstatic Object
static void
updateSRAContext
(jakarta.ws.rs.core.MultivaluedMap<String, Object> headers) static void
updateSRAContext
(URL sraId, jakarta.ws.rs.core.MultivaluedMap<String, String> headers) updateState
(String key, Object value)
-
Method Details
-
putState
-
getState
-
getLast
-
updateState
-
peek
-
pop
-
pop
-
push
push the current context onto the stack of contexts for this thread- Parameters:
sraId
- id of context to push (must not be null)
-
updateSRAContext
-
popAll
public static void popAll() -
clearContext
-
updateSRAContext
-