Uses of Class
org.jboss.remoting.samples.chat.client.ChatInfo

Packages that use ChatInfo
org.jboss.remoting.samples.chat.client   
org.jboss.remoting.samples.chat.server   
 

Uses of ChatInfo in org.jboss.remoting.samples.chat.client
 

Methods in org.jboss.remoting.samples.chat.client with parameters of type ChatInfo
 void LocalStrategy.getId(ChatInfo chatInfo)
           
 void LocalStrategy.join(ChatInfo chatInfo, ChatMember newMember)
           
 

Constructors in org.jboss.remoting.samples.chat.client with parameters of type ChatInfo
InfoFrame(org.jboss.remoting.samples.chat.client.InfoConnectionStrategy ics, ChatInfo chatInfo, org.jboss.remoting.samples.chat.client.Closeable parent)
           
JoinFrame(ChatInfo chatInfo, org.jboss.remoting.samples.chat.client.JoinConnectionStrategy jcs, org.jboss.remoting.samples.chat.client.Closeable parent)
           
 

Uses of ChatInfo in org.jboss.remoting.samples.chat.server
 

Methods in org.jboss.remoting.samples.chat.server that return ChatInfo
 ChatInfo ExtendedChatInfo.getChatInfo()
           
 ChatInfo ChatServer.getChatInfo()
           
protected  ChatInfo ChatServer_Impl.getChatInfo(java.lang.Object[] args)
           
 

Constructors in org.jboss.remoting.samples.chat.server with parameters of type ChatInfo
ExtendedChatInfo(ChatInfo chatInfo)
           
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.