| java.lang.Object org.apache.slide.common.SlideAccess
SlideAccess | public class SlideAccess (Code) | | Utility class for accessing Slide package protected members.
Replaces EmbeddedDomain.
author: Unico Hommes |
SlideAccess | public SlideAccess()(Code) | | |
addNamespace | public void addNamespace(String name, Logger logger, Configuration definition, Configuration configuration, Configuration baseData, Configuration extractors) throws Exception(Code) | | Setup and register a new Namespace.
Parameters: name - the name of the Namespace Parameters: logger - a logger for the Namespace Parameters: definition - the namespace definition Parameters: configuration - the namespace configuration Parameters: baseData - the namespace bootstrap data throws: Exception - if something goes wrong setting up the Namespace |
getNamespace | public Namespace getNamespace(String name)(Code) | | Get the Namespace by name.
Parameters: name - the namespace name. the namespace. |
getNamespaceNames | public String[] getNamespaceNames()(Code) | | Get the names of the registered namespaces.
array of registered namespaces |
getNamespaceToken | public NamespaceAccessToken getNamespaceToken(String name)(Code) | | Get the NamespaceAccessToken by name.
Parameters: name - the namespace name. the access token for the namespace. |
getNamespaces | public Namespace[] getNamespaces()(Code) | | Get the Namespaces.
the namespaces. |
getNumberOfNamespaces | public int getNumberOfNamespaces()(Code) | | Get the number of namespaces.
the number of namespaces. |
removeNamespace | public void removeNamespace(String name) throws Exception(Code) | | Unregister and disconnect a Namespace.
Parameters: name - the name of the namespace to remove throws: Exception - if something went wrong during disconnecting the namespaces |
setLogger | public void setLogger(Logger logger)(Code) | | Set the Domain -global logger
Parameters: logger - |
setParameters | public void setParameters(Hashtable parameters)(Code) | | Set the Domain -global parameters
Parameters: parameters - |
|
|