Interface Connection
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- ConnectionImpl
- public interface Connection
- extends java.rmi.Remote
Method Summary |
void |
logoff()
|
void |
say(java.lang.String msg)
|
void |
say(java.lang.String who,
java.lang.String msg)
|
java.lang.String[] |
who()
|
say
public void say(java.lang.String msg)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
say
public void say(java.lang.String who,
java.lang.String msg)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
who
public java.lang.String[] who()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
logoff
public void logoff()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException