org.siprop.v2.b2bua.sip.impl
Class B2BUARepositoryImpl

java.lang.Object
  extended by org.siprop.v2.b2bua.sip.impl.B2BUARepositoryImpl
All Implemented Interfaces:
Repository

public class B2BUARepositoryImpl
extends java.lang.Object
implements Repository

Repository for B2BUA.

Author:
noritsuna

Constructor Summary
B2BUARepositoryImpl()
           
 
Method Summary
 Manager getManager()
          get this layer Manager.
 Repository getRepository(RepositoryKey key)
          get Lower layer Repository.
 void setup(PropertiesDepot prop, Provider provider)
          Setup Layer modules.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B2BUARepositoryImpl

public B2BUARepositoryImpl()
Method Detail

setup

public void setup(PropertiesDepot prop,
                  Provider provider)
Description copied from interface: Repository
Setup Layer modules.

Specified by:
setup in interface Repository

getManager

public Manager getManager()
Description copied from interface: Repository
get this layer Manager.

Specified by:
getManager in interface Repository
Returns:
Manager

getRepository

public Repository getRepository(RepositoryKey key)
Description copied from interface: Repository
get Lower layer Repository.

Specified by:
getRepository in interface Repository
Returns:
Lower layer Repository