api
Interface FFChatSpace

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Space

public interface FFChatSpace
extends java.rmi.Remote

an interface that gives FFChat clients the objects they need to operate

Author:
Greg Banks

Field Summary
static java.lang.String SERVICE_NAME
           
 
Method Summary
 FFServerHandle getFFServer()
          get a fast flux chat server reference
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
See Also:
Constant Field Values
Method Detail

getFFServer

FFServerHandle getFFServer()
                           throws java.rmi.RemoteException
get a fast flux chat server reference

Throws:
java.rmi.RemoteException