Uses of Class
com.dynamide.resource.ObjectAlreadyBoundException

Packages that use ObjectAlreadyBoundException
com.dynamide The core of the Dynamide Framework: Session, Widget, Page, Property, etc. 
com.dynamide.resource Classes for accessing resources from Dynamide. 
 

Uses of ObjectAlreadyBoundException in com.dynamide
 

Methods in com.dynamide that throw ObjectAlreadyBoundException
 IContext Application.putInCache(java.lang.String key, java.lang.Object obj)
           
 

Uses of ObjectAlreadyBoundException in com.dynamide.resource
 

Methods in com.dynamide.resource that throw ObjectAlreadyBoundException
 void ResourceManager.addSession(java.lang.String id, java.lang.Object sessionData)
           
 IContext IContext.bind(IContext context)
          Binds an IContext node by the name in node.getKey().
 IContext ContextNode.bind(IContext context)
           
 IContext IContext.bind(java.lang.String key, IContext context)
          Accepts IContext items.
 IContext ContextNode.bind(java.lang.String key, IContext context)
          Accepts Object and IContext items.
 void IContext.bindAll(java.util.Map Children)
          Add children en masse.
 void ContextNode.bindAll(java.util.Map children)
          Add children en masse.
 void IContext.bindAllAttributes(java.util.Map attributes)
          Set the attributes en masse.
 void ContextNode.bindAllAttributes(java.util.Map attributes)
          Set the attributes en masse.
 void IContext.bindAttribute(java.lang.String attributeName, java.lang.Object value)
           
 void ContextNode.bindAttribute(java.lang.String attributeName, java.lang.Object value)
           
 IContext ResourceManager.createPublishCache(java.lang.String cachePrefix, java.lang.String cachePrefixURI)
          Ordinarily, cache points to ResourceManager.CACHE_ICONTEXT_NAME, but with this method, you can create your own cache, so that you can publish to it in Session.MODE_PUBLISH.
 void ResourceManager.initHome(IContext homes, java.lang.String path, java.lang.String accountName)
           
static IContext WebApps.initWebApps(IContext node, java.lang.String webappsFullPath, java.lang.String home, java.lang.String assembly, java.lang.String interfaceNumber, IContext logNode)
           
static IContext ResourceManager.wrapContext(DynamideObject owner, java.lang.String key, java.lang.Object object, java.util.Map attributes)
           
static IContext ResourceManager.wrapContext(DynamideObject owner, java.lang.String key, java.lang.Object object, java.util.Map attributes, java.security.Permissions permissions)
          Take any arbitrary object and wrap it in an IContext implementation, so that it can be added to an IContext as a node.
 



Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.