Uses of Class
org.siprop.v2.core.repository.RepositoryKey

Packages that use RepositoryKey
org.siprop.v2   
org.siprop.v2.b2bua.sip.impl   
org.siprop.v2.core.repository   
org.siprop.v2.stack.sip.impl   
org.siprop.v2.transport.sip.impl   
org.siprop.v2.ua.sip.impl   
org.siprop.v2.util   
 

Uses of RepositoryKey in org.siprop.v2
 

Methods in org.siprop.v2 with parameters of type RepositoryKey
 Repository ProviderImpl.getRepository(RepositoryKey key)
           
 

Uses of RepositoryKey in org.siprop.v2.b2bua.sip.impl
 

Methods in org.siprop.v2.b2bua.sip.impl with parameters of type RepositoryKey
 Repository B2BUARepositoryImpl.getRepository(RepositoryKey key)
           
 

Uses of RepositoryKey in org.siprop.v2.core.repository
 

Methods in org.siprop.v2.core.repository that return RepositoryKey
static RepositoryKey RepositoryKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RepositoryKey[] RepositoryKey.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.siprop.v2.core.repository with parameters of type RepositoryKey
 Repository Repository.getRepository(RepositoryKey key)
          get Lower layer Repository.
 

Uses of RepositoryKey in org.siprop.v2.stack.sip.impl
 

Methods in org.siprop.v2.stack.sip.impl with parameters of type RepositoryKey
 Repository StackRepositoryImpl.getRepository(RepositoryKey key)
           
 

Uses of RepositoryKey in org.siprop.v2.transport.sip.impl
 

Methods in org.siprop.v2.transport.sip.impl with parameters of type RepositoryKey
 Repository TransportRepositoryImpl.getRepository(RepositoryKey key)
           
 

Uses of RepositoryKey in org.siprop.v2.ua.sip.impl
 

Methods in org.siprop.v2.ua.sip.impl with parameters of type RepositoryKey
 Repository UARepositoryImpl.getRepository(RepositoryKey key)
           
 

Uses of RepositoryKey in org.siprop.v2.util
 

Methods in org.siprop.v2.util with parameters of type RepositoryKey
 Repository Provider.getRepository(RepositoryKey key)
          get Repository.