Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class cornell.slk.jserver.httpserver.Registration

java.lang.Object
    |
    +----cornell.slk.jserver.httpserver.Registration

public class Registration
extends java.lang.Object
implements IRegistration

Constructor Summary
 Registration()
 
 

Method Summary
int  Register(java.lang.String hostname, java.lang.String ipAddress)
 
void  Unregister(int i)
 
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registration

public Registration()
Method Detail

Register

public int Register(java.lang.String hostname,
                    java.lang.String ipAddress) throws cornell.slk.jkernel.core.RemoteException
Implements:
Register in interface IRegistration

Unregister

public void Unregister(int i) throws cornell.slk.jkernel.core.RemoteException
Implements:
Unregister in interface IRegistration

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS