agentland.software
Interface Netscape

All Known Implementing Classes:
NetscapeAgent, NetscapeEHA

public interface Netscape
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void addBookmark()
           
 void back()
           
 void close()
           
 void copy()
           
 void find()
           
 void forward()
           
 void goURL(String URL)
           
 void home()
           
 void newWindow()
           
 void openFile(String file)
           
 void paste()
           
 void print()
           
 void reload()
           
 void sendMailTo(String recipient)
           
 void setDisplay(String host)
           
 void stop()
           
 void viewBookmarks()
           
 void viewSource()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

setDisplay

public void setDisplay(String host)
                throws RemoteException

goURL

public void goURL(String URL)
           throws RemoteException

openFile

public void openFile(String file)
              throws RemoteException

sendMailTo

public void sendMailTo(String recipient)
                throws RemoteException

print

public void print()
           throws RemoteException

addBookmark

public void addBookmark()
                 throws RemoteException

viewBookmarks

public void viewBookmarks()
                   throws RemoteException

reload

public void reload()
            throws RemoteException

newWindow

public void newWindow()
               throws RemoteException

close

public void close()
           throws RemoteException

copy

public void copy()
          throws RemoteException

paste

public void paste()
           throws RemoteException

find

public void find()
          throws RemoteException

forward

public void forward()
             throws RemoteException

back

public void back()
          throws RemoteException

stop

public void stop()
          throws RemoteException

home

public void home()
          throws RemoteException

viewSource

public void viewSource()
                throws RemoteException