|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.models.hierarchy.util.internal.SessionManagerWrapper
public final class SessionManagerWrapper
This SessionManagerWrapper is a factory class that produces ISessionManager objects. Exploiters of this factory can register their own ISessionManager instance.
org.eclipse.tptp.platform.common.ISessionManager| Field Summary | |
|---|---|
protected static org.eclipse.hyades.models.hierarchy.util.ISessionManager |
_factory
reference to an alternate factory |
protected static org.eclipse.hyades.models.hierarchy.util.ISessionManager |
_instance
reference to current factory instance |
| Constructor Summary | |
|---|---|
SessionManagerWrapper()
|
|
| Method Summary | |
|---|---|
static org.eclipse.hyades.models.hierarchy.util.ISessionManager |
instance()
Get the singleton ISessionManager instance |
protected static org.eclipse.hyades.models.hierarchy.util.ISessionManager |
newInstance()
|
static void |
setFactory(org.eclipse.hyades.models.hierarchy.util.ISessionManager _factory)
Register an alternative ISessionManager instance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.eclipse.hyades.models.hierarchy.util.ISessionManager _factory
protected static org.eclipse.hyades.models.hierarchy.util.ISessionManager _instance
| Constructor Detail |
|---|
public SessionManagerWrapper()
| Method Detail |
|---|
protected static org.eclipse.hyades.models.hierarchy.util.ISessionManager newInstance()
public static org.eclipse.hyades.models.hierarchy.util.ISessionManager instance()
public static void setFactory(org.eclipse.hyades.models.hierarchy.util.ISessionManager _factory)
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||