FileDocCategorySizeDatePackage
MyRemoteInterfaceImpl.javaAPI DocExample2393Wed Apr 19 11:20:24 BST 2000examples.activation

MyRemoteInterfaceImpl

public class MyRemoteInterfaceImpl extends Activatable implements examples.activation.MyRemoteInterface

Fields Summary
Constructors Summary
public MyRemoteInterfaceImpl(ActivationID id, MarshalledObject data)


	// Register the object with the activation system
	// then export it on an anonymous port
	//
	super(id, 0);
    
Methods Summary
public java.lang.ObjectcallMeRemotely()


	return "Successful execution of callMeRemotely() in " + 
	     "MyRemoteInterfaceImpl";