org.drools.grid.io.impl
Class ConversationManagerImpl

java.lang.Object
  extended by org.drools.grid.io.impl.ConversationManagerImpl
All Implemented Interfaces:
ConversationManager

public class ConversationManagerImpl
extends Object
implements ConversationManager


Constructor Summary
ConversationManagerImpl(Grid grid, org.drools.SystemEventListener systemEventListener)
           
 
Method Summary
 Conversation startConversation(String senderId, InetSocketAddress address, String recipientId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationManagerImpl

public ConversationManagerImpl(Grid grid,
                               org.drools.SystemEventListener systemEventListener)
Method Detail

startConversation

public Conversation startConversation(String senderId,
                                      InetSocketAddress address,
                                      String recipientId)
Specified by:
startConversation in interface ConversationManager


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.