|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.transit.SecuredTransitContext
The initial context of the transit system.
Field Summary | |
static String |
DOMAIN
The namespace string for transit related properties. |
Method Summary | |
static SecuredTransitContext |
create(TransitModel model)
Creation of the transit context. |
CacheHandler |
getCacheHandler()
Return the cache handler. |
Layout |
getCacheLayout()
Return the cache layout. |
static SecuredTransitContext |
getInstance()
Return the singleton context. |
Layout |
getLayout(String id)
Return a layout object matching the supplied identifier. |
LinkManager |
getLinkManager()
Return the link manager. |
protected void |
initialize()
Initialization of any sub-systems following the establishment of the initial transit system. |
protected void |
setupProxy()
General setup. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DOMAIN
Method Detail |
public static SecuredTransitContext create(TransitModel model) throws TransitException, NullArgumentException
model
- the active transit model
TransitException
- if an error occurs during context creation
NullArgumentException
- if the supplied configration model is null
and an instance of this class has not been created already.public static SecuredTransitContext getInstance()
public Layout getLayout(String id) throws UnknownKeyException, IOException
id
- the layout identifier
UnknownKeyException
- if the supplied layout id is unknown
IOException
- if an IO error occurspublic Layout getCacheLayout()
public CacheHandler getCacheHandler()
public LinkManager getLinkManager()
protected void setupProxy() throws RemoteException
RemoteException
- if a remote error occursprotected void initialize() throws IOException
IOException
- if an io error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |