network.manager
Class SMSAgentServer_Skel

java.lang.Object
  |
  +--network.manager.SMSAgentServer_Skel
All Implemented Interfaces:
java.rmi.server.Skeleton

public final synchronized class SMSAgentServer_Skel
extends java.lang.Object
implements java.rmi.server.Skeleton


Field Summary
private static long interfaceHash
           
private static java.rmi.server.Operation[] operations
           
 
Constructor Summary
SMSAgentServer_Skel()
           
 
Method Summary
(package private) static void ()
           
 void dispatch(java.rmi.Remote, java.rmi.server.RemoteCall, int, long)
           
 java.rmi.server.Operation[] getOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operations

private static final java.rmi.server.Operation[] operations

interfaceHash

private static final long interfaceHash
See Also:
Constant Field Values
Constructor Detail

SMSAgentServer_Skel

public SMSAgentServer_Skel()
Method Detail

static void ()

dispatch

public void dispatch(java.rmi.Remote,
                     java.rmi.server.RemoteCall,
                     int,
                     long)
              throws java.lang.Exception
Specified by:
dispatch in interface java.rmi.server.Skeleton
java.lang.Exception

getOperations

public java.rmi.server.Operation[] getOperations()
Specified by:
getOperations in interface java.rmi.server.Skeleton