"4.3. Putting It in the Public Eye" "What If I Don't Know the Interface?" "object associated with the given ActivationID should be inactivated. The getID() method is an instance method that allows you to get the ActivationID for a server object. public abstract class Activatable extends java.rmi.server.RemoteServer { // Protected Constructors protected Activatable (ActivationID id, int port ) throws RemoteException;protected Activatable (ActivationID id, int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf ) throws RemoteException;protected Activatable (String location, MarshalledObject data, boolean restart, int port) throws ActivationException, RemoteException; protected Activatable (String location, MarshalledObject data, boolean restart, int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf) throws ActivationException, RemoteException;// Public Class Methods public static Remote exportObject (Remote obj, ActivationID id, int port ) throws RemoteException;public static ActivationID exportObject (Remote obj, String location, MarshalledObject data, boolean restart, int port public static Remote "