NetKernel APIs


Uses of Class
com.ten60.netkernel.urii.URIdentifier

Packages that use URIdentifier
com.ten60.netkernel.cache   
com.ten60.netkernel.container   
com.ten60.netkernel.module   
com.ten60.netkernel.module.rewrite   
com.ten60.netkernel.scheduler   
com.ten60.netkernel.transport   
com.ten60.netkernel.urii   
com.ten60.netkernel.urii.accessor   
com.ten60.netkernel.urrequest   
org.ten60.netkernel.layer1.accessor   
org.ten60.netkernel.layer1.transrepresentation   
org.ten60.netkernel.layer1.util   
org.ten60.netkernel.xml.xahelper   
 

Uses of URIdentifier in com.ten60.netkernel.cache
 

Fields in com.ten60.netkernel.cache declared as URIdentifier
static URIdentifier Cache.URI
          our static URI
 

Uses of URIdentifier in com.ten60.netkernel.container
 

Fields in com.ten60.netkernel.container declared as URIdentifier
static URIdentifier HouseKeeper.URI
          our URI
static URIdentifier Config.URI
          our URI
static URIdentifier Container.URI
          our URI
 

Methods in com.ten60.netkernel.container that return URIdentifier
 URIdentifier IComponent.getURI()
          return our URI
 URIdentifier ComponentImpl.getURI()
          returns our URI
 

Methods in com.ten60.netkernel.container with parameters of type URIdentifier
 IComponent Container.getComponent(URIdentifier aURI)
          return a component with the given URI, null if none is found
 IURRepresentation Container.requestResource(URIdentifier aURI, Class aAspectClass, Map aArgs)
          API for embedded/JMX to allow requests to be made on the container for resources
 

Constructors in com.ten60.netkernel.container with parameters of type URIdentifier
ComponentImpl(URIdentifier aURI)
          Constructs a new ComponentImpl
ComponentImpl(URIdentifier aURI, boolean aStatic)
          Constructs a new ComponentImpl
 

Uses of URIdentifier in com.ten60.netkernel.module
 

Fields in com.ten60.netkernel.module declared as URIdentifier
static URIdentifier ModuleManager.URI
           
 

Methods in com.ten60.netkernel.module that return URIdentifier
 URIdentifier ModuleDefinition.getURI()
           
 URIdentifier ModuleDefinition.rewrite(URIdentifier aURI)
           
 

Methods in com.ten60.netkernel.module with parameters of type URIdentifier
 URIdentifier ModuleDefinition.rewrite(URIdentifier aURI)
           
 ModuleDefinition ModuleManager.getModule(URIdentifier aURI, Version aMin, Version aMax)
          Find the latest version of a module that satisfy the optional criteria
 

Uses of URIdentifier in com.ten60.netkernel.module.rewrite
 

Methods in com.ten60.netkernel.module.rewrite that return URIdentifier
 URIdentifier RegexRewriterMaplet.map(URIdentifier aURI)
           
 URIdentifier RegexRewriterRule.map(URIdentifier aURI)
          Map a URI using the preconfigured Matchers
 

Methods in com.ten60.netkernel.module.rewrite with parameters of type URIdentifier
 URIdentifier RegexRewriterMaplet.map(URIdentifier aURI)
           
 URIdentifier RegexRewriterRule.map(URIdentifier aURI)
          Map a URI using the preconfigured Matchers
 

Uses of URIdentifier in com.ten60.netkernel.scheduler
 

Fields in com.ten60.netkernel.scheduler declared as URIdentifier
static URIdentifier Scheduler.URI
           
 

Constructors in com.ten60.netkernel.scheduler with parameters of type URIdentifier
NoAccessorFoundException(URIdentifier aRequest, URIdentifier aModule, List aDebugList)
          Creates a new instance of NoAccessorFoundException
 

Uses of URIdentifier in com.ten60.netkernel.transport
 

Fields in com.ten60.netkernel.transport declared as URIdentifier
static URIdentifier TransportManager.URI
          our URI
 

Uses of URIdentifier in com.ten60.netkernel.urii
 

Methods in com.ten60.netkernel.urii that return URIdentifier
static URIdentifier URIdentifier.getUnique(String aPrefix)
           
static URIdentifier URIdentifier.fromEscaped(String aURI)
           
 URIdentifier URIdentifier.withoutFragment()
          return this URI without the last fragment
 URIdentifier URIdentifier.withFragment(String aFragment)
          return this URI without the fragment set as specified
 

Uses of URIdentifier in com.ten60.netkernel.urii.accessor
 

Methods in com.ten60.netkernel.urii.accessor with parameters of type URIdentifier
protected  IURRepresentation AccessorImpl.transrepresent(IURRepresentation aFrom, URIdentifier aFromURI, Class aToClass, URRequest aOriginalRequest)
          issue a synchronous transrepresentation request
 

Uses of URIdentifier in com.ten60.netkernel.urrequest
 

Fields in com.ten60.netkernel.urrequest declared as URIdentifier
static URIdentifier URRequest.URI_SYSTEM
          our URI
 

Methods in com.ten60.netkernel.urrequest that return URIdentifier
 URIdentifier URRequest.getURI()
           
 URIdentifier URRequest.getCWU()
           
 

Methods in com.ten60.netkernel.urrequest with parameters of type URIdentifier
 URRequest URRequest.rewrite(URIdentifier aRewritten)
          rewrite the URI of the given request
 IURRepresentation URRequest.getArg(URIdentifier aURI)
           
 void URRequest.addArg(URIdentifier aURI, IURRepresentation aArg)
          Adds a pass-by-value argument to the request
 

Constructors in com.ten60.netkernel.urrequest with parameters of type URIdentifier
URRequest(URIdentifier aURI, IURRequestor aRequestor, IRequestorSession aSession, IRequestorContext aContext, int aType, URIdentifier aCWU, URRequest aParent, Class aAspectClass)
          Creates a new instance of URRequest
 

Uses of URIdentifier in org.ten60.netkernel.layer1.accessor
 

Fields in org.ten60.netkernel.layer1.accessor declared as URIdentifier
static URIdentifier AbstractSchemeAccessor.NULL_URIDENTIFIER
           
 

Methods in org.ten60.netkernel.layer1.accessor with parameters of type URIdentifier
protected  IURRepresentation AccessorImpl.getResource(URIdentifier aURI, Class aAspectClass, URRequest aOriginalRequest)
          Gets a IURRepresentation for a given URI.
protected  IURRepresentation AccessorImpl.transrepresent(URIdentifier aSourceURI, IURRepresentation aSourceRepresentation, Class aTargetClass, URRequest aOriginalRequest)
          Transrepresent an IURRepresentation to another aspect
protected  void AccessorImpl.sinkResource(URIdentifier aURI, IURRepresentation aRepresentation, URRequest aOriginalRequest)
          Sink a resource to a URI
 

Uses of URIdentifier in org.ten60.netkernel.layer1.transrepresentation
 

Methods in org.ten60.netkernel.layer1.transrepresentation with parameters of type URIdentifier
protected  IURRepresentation ComplexTransreptorImpl.getResource(URIdentifier aURI, Class aAspectClass, URRequest aParent)
           
 

Uses of URIdentifier in org.ten60.netkernel.layer1.util
 

Methods in org.ten60.netkernel.layer1.util that return URIdentifier
 URIdentifier CompoundURIdentifier.toURI()
           
 

Methods in org.ten60.netkernel.layer1.util with parameters of type URIdentifier
static boolean CompoundURIdentifier.isCompound(URIdentifier aURI)
           
 

Constructors in org.ten60.netkernel.layer1.util with parameters of type URIdentifier
CompoundURIdentifier(URIdentifier aURI)
           
 

Uses of URIdentifier in org.ten60.netkernel.xml.xahelper
 

Methods in org.ten60.netkernel.xml.xahelper with parameters of type URIdentifier
protected  IURRepresentation XAccessor.getProxy(URIdentifier aURI, Class aAspectClass, URRequest aOriginalRequest)
           
protected  IURRepresentation XAccessor.transrepresent(URIdentifier aSourceURI, IURRepresentation aSourceProxy, Class aAspectClass, URRequest aOriginalRequest)
           
 


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.