|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.maplesoft.client.maplets.MapleNetMaplet
An object representing an active MapleNet maplet.
| Constructor Summary | |
MapleNetMaplet()
|
|
| Method Summary | |
void |
destroy()
Destroy this maplet. |
static void |
main(java.lang.String[] args)
|
void |
setAlive(boolean flag)
|
void |
setBaseURL(java.net.URL base)
Set the base URL for the maplet. |
void |
setConsole(MapleNetConsole c)
|
void |
setFile(java.lang.String filename)
Set the relative URL for the maplet file to load. |
void |
setHost(java.lang.String host,
int port)
Set the host information for this maplet. |
void |
setMaplet(java.lang.String mplt)
|
void |
setMapletSetup(java.lang.String mSetup)
|
void |
setUser(java.lang.String user,
java.lang.String password)
Set the user information for this maplet. |
void |
start()
Start this maplet. |
void |
stop()
Stop this maplet. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MapleNetMaplet()
| Method Detail |
public void setFile(java.lang.String filename)
filename - of maplet file.public void setBaseURL(java.net.URL base)
base - the base URL to which the relative maplet URL refers.public void setMaplet(java.lang.String mplt)
public void setMapletSetup(java.lang.String mSetup)
public void setHost(java.lang.String host,
int port)
host - Name of host machineport - Port number to connect on
public void setUser(java.lang.String user,
java.lang.String password)
user - username to use when connecting to serverpassword - password for userpublic void start()
public void stop()
public void destroy()
public void setConsole(MapleNetConsole c)
public void setAlive(boolean flag)
public static void main(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||