Constructor | Description |
---|---|
WebSocketScopeContext() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
begin() |
Deprecated.
|
void |
create() |
Deprecated.
|
static WebSocketScopeContext |
current() |
Deprecated.
|
void |
destroy() |
Deprecated.
|
void |
end() |
Deprecated.
|
<T> T |
get(Contextual<T> contextual) |
Deprecated.
|
<T> T |
get(Contextual<T> contextual,
CreationalContext<T> creationalContext) |
Deprecated.
|
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope() |
Deprecated.
|
Session |
getSession() |
Deprecated.
|
boolean |
isActive() |
Deprecated.
|
<T> T |
newInstance(java.lang.Class<T> clazz) |
Deprecated.
|
void |
setSession(Session sess) |
Deprecated.
|
java.lang.String |
toString() |
Deprecated.
|
public static WebSocketScopeContext current()
public void begin()
public void create()
public void destroy()
public void end()
public <T> T get(Contextual<T> contextual)
public <T> T get(Contextual<T> contextual, CreationalContext<T> creationalContext)
public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
public <T> T newInstance(java.lang.Class<T> clazz)
public void setSession(Session sess)
public Session getSession()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1995–2018 Webtide. All rights reserved.