Uses of Class
com.codemonster.surinam.export.service.VersionedProviderImplementationName

Packages that use VersionedProviderImplementationName
com.codemonster.surinam.core.framework.impl   
com.codemonster.surinam.core.model   
com.codemonster.surinam.export.framework   
com.codemonster.surinam.export.lifecycle   
 

Uses of VersionedProviderImplementationName in com.codemonster.surinam.core.framework.impl
 

Methods in com.codemonster.surinam.core.framework.impl with parameters of type VersionedProviderImplementationName
 Object ServiceDirectoryImpl.getProviderImplementation(VersionedProviderImplementationName versionedProviderImplementationName)
           
 boolean ServiceDirectoryImpl.isBoundImplementation(VersionedProviderImplementationName key)
           
 void ServiceDirectoryImpl.unbindImplementation(VersionedProviderImplementationName versionedImplName)
           
 

Uses of VersionedProviderImplementationName in com.codemonster.surinam.core.model
 

Methods in com.codemonster.surinam.core.model that return VersionedProviderImplementationName
 VersionedProviderImplementationName ImplementationBlueprint.getVersionedProviderImplName()
           
 

Methods in com.codemonster.surinam.core.model with parameters of type VersionedProviderImplementationName
 void ImplementationBlueprint.setVersionedProviderImplName(VersionedProviderImplementationName versionedProviderImplName)
           
 

Uses of VersionedProviderImplementationName in com.codemonster.surinam.export.framework
 

Methods in com.codemonster.surinam.export.framework with parameters of type VersionedProviderImplementationName
 Object ServiceDirectoryAdmin.getProviderImplementation(VersionedProviderImplementationName versionedProviderImplementationName)
          This method will allow external threads to build their own compound versionedProviderImplementationName that identifies a versioned implementation class and get a reference to that impl class.
 boolean ServiceDirectory.isBoundImplementation(VersionedProviderImplementationName key)
          Simple query to see if a particular implementation is known to the directory.
 

Uses of VersionedProviderImplementationName in com.codemonster.surinam.export.lifecycle
 

Methods in com.codemonster.surinam.export.lifecycle that return VersionedProviderImplementationName
 VersionedProviderImplementationName ManagedService.getVersionedProviderImplementationName()
          Service implementations are versioned, and therefore must provide an appropriate object that allows the framework to discriminate between different versions of the same service class.
 VersionedProviderImplementationName ServiceAdapter.getVersionedProviderImplementationName()
          We want to make it easy to get the versioned key if you already have the impl object.
 



Copyright © 2010. All Rights Reserved.