small changes to factory and implemented rmi awareness with a simple register/deregister program
This commit is contained in:
15
rmi_Awareness/call_me_back.java
Normal file
15
rmi_Awareness/call_me_back.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package rmi_Awareness;
|
||||
|
||||
|
||||
|
||||
import java.rmi.Remote;
|
||||
import java.rmi.RemoteException;
|
||||
|
||||
/**
|
||||
* Created by Giovanni on 01/12/2014.
|
||||
*/
|
||||
public interface call_me_back extends Remote{
|
||||
|
||||
void notify (String in) throws RemoteException;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user