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

Class cornell.slk.jserver.httpserver.RegistrationRPCCALLERSTUB

java.lang.Object
    |
    +----cornell.slk.jos.rpc.core.RPCCallerStub
            |
            +----cornell.slk.jserver.httpserver.RegistrationRPCCALLERSTUB

public final class RegistrationRPCCALLERSTUB
extends cornell.slk.jos.rpc.core.RPCCallerStub
implements IRegistration

Fields inherited from class cornell.slk.jos.rpc.core.RPCCallerStub
 freeList
 

Constructor Summary
 RegistrationRPCCALLERSTUB(java.util.Vector v)
 
 RegistrationRPCCALLERSTUB()
 
 

Method Summary
int  Register(java.lang.String a11, java.lang.String a12)
 
void  Unregister(int a21)
 
 
Methods inherited from class cornell.slk.jos.rpc.core.RPCCallerStub
 freeEndpoint, freeService, getEndpoint, init
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationRPCCALLERSTUB

public RegistrationRPCCALLERSTUB(java.util.Vector v)

RegistrationRPCCALLERSTUB

public RegistrationRPCCALLERSTUB()
Method Detail

Register

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

Unregister

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

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