|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.HubFactory
public class HubFactory
An accessor for the current Hub.
The nested HubFactory.HubBuilder will only be of use to system implementors.
| Nested Class Summary | |
|---|---|
static interface |
HubFactory.HubBuilder
Hack to get around Generics not being implemented by erasure |
| Constructor Summary | |
|---|---|
HubFactory()
|
|
| Method Summary | |
|---|---|
static Hub |
attach(Container container)
Internal method to allow us to get the Builder from which we will get Hub objects. |
static Hub |
get()
Accessor for the current Hub. |
static Hub |
get(ServerContext ctx)
Accessor for the current Hub in more complex setups. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HubFactory()
| Method Detail |
|---|
public static Hub get()
public static Hub get(ServerContext ctx)
get() method.
ctx - The servlet context to allow us to bootstrap
public static Hub attach(Container container)
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||