Class BmpMockSessionFactory
- java.lang.Object
- 
- org.opendaylight.protocol.bmp.mock.BmpMockSessionFactory
 
- 
- All Implemented Interfaces:
- BmpSessionFactory
 
 public final class BmpMockSessionFactory extends Object implements BmpSessionFactory 
- 
- 
Constructor SummaryConstructors Constructor Description BmpMockSessionFactory(BmpMockArguments arguments)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BmpSessiongetSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory)Creates Bmp Session.
 
- 
- 
- 
Constructor Detail- 
BmpMockSessionFactorypublic BmpMockSessionFactory(BmpMockArguments arguments) 
 
- 
 - 
Method Detail- 
getSessionpublic BmpSession getSession(io.netty.channel.Channel channel, BmpSessionListenerFactory sessionListenerFactory) Description copied from interface:BmpSessionFactoryCreates Bmp Session.- Specified by:
- getSessionin interface- BmpSessionFactory
- Parameters:
- channel- generated channel
- sessionListenerFactory- listener factory
- Returns:
- bmp session
 
 
- 
 
-