All Packages Class Hierarchy This Package Previous Next Index
Class lava.net.mmp.MMPMultiplexer
java.lang.Object
|
+----lava.net.mmp.MMPCenter
|
+----lava.net.mmp.MMPMultiplexer
- public class MMPMultiplexer
- extends MMPCenter
- implements MMPPacketManager
-
MMPMultiplexer(String, MMPPacketManager, MMPCenter)
-
-
assignVariable(UNA, String, Value)
-
-
assignVariable(UNA, UNA, String, Value)
-
-
augmentVariable(UNA, String, Value)
-
-
augmentVariable(UNA, UNA, String, Value)
-
-
broadcast(MMPPacket)
-
-
broadcast(UNA, MMPPacket)
-
-
close()
-
-
close(UNA)
-
-
close(UNA, UNA)
-
-
diminishVariable(UNA, String, Value)
-
-
diminishVariable(UNA, UNA, String, Value)
-
-
error(MMPException, UNA, UNA, MMPPacket)
-
-
getAllRemotes()
-
-
getAllRemotes(UNA)
-
-
getGreetingBody(UNA, UNA)
-
-
getListenLocations()
-
-
getLocal(UNA)
-
-
getValue(UNA, String)
-
-
getValue(UNA, UNA, String)
-
-
getVars(UNA)
-
-
getVars(UNA, UNA)
-
-
manage(MMPPacket)
-
-
removeValue(UNA, String)
-
-
removeValue(UNA, UNA, String)
-
-
send(UNA, MMPPacket)
-
-
send(UNA, UNA, MMPPacket)
-
-
setManager(MMPPacketManager)
-
-
setManager(String, MMPPacketManager)
- TODO: security problem?
-
usingProtocols()
-
MMPMultiplexer
public MMPMultiplexer(String name,
MMPPacketManager manager,
MMPCenter center)
usingProtocols
public Value usingProtocols()
- Overrides:
- usingProtocols in class MMPCenter
getListenLocations
public UNA[] getListenLocations()
- Overrides:
- getListenLocations in class MMPCenter
setManager
public void setManager(MMPPacketManager manager)
- Overrides:
- setManager in class MMPCenter
setManager
public void setManager(String name,
MMPPacketManager manager)
- TODO: security problem?
getVars
public String[] getVars(UNA remote)
- Overrides:
- getVars in class MMPCenter
getVars
protected String[] getVars(UNA remote,
UNA local)
- Overrides:
- getVars in class MMPCenter
getValue
public Value getValue(UNA remote,
String name)
- Overrides:
- getValue in class MMPCenter
getValue
protected Value getValue(UNA remote,
UNA local,
String name)
- Overrides:
- getValue in class MMPCenter
removeValue
public Value removeValue(UNA remote,
String name)
- Overrides:
- removeValue in class MMPCenter
removeValue
protected Value removeValue(UNA remote,
UNA local,
String name)
- Overrides:
- removeValue in class MMPCenter
close
public void close()
- Overrides:
- close in class MMPCenter
close
protected void close(UNA remote,
UNA local)
- Overrides:
- close in class MMPCenter
close
public void close(UNA remote)
- Overrides:
- close in class MMPCenter
getGreetingBody
public String getGreetingBody(UNA remote,
UNA local)
error
public void error(MMPException e,
UNA remote,
UNA local,
MMPPacket packet)
manage
public void manage(MMPPacket packet)
getLocal
public UNA getLocal(UNA remote)
- Overrides:
- getLocal in class MMPCenter
assignVariable
public void assignVariable(UNA remote,
String name,
Value value)
- Overrides:
- assignVariable in class MMPCenter
assignVariable
protected void assignVariable(UNA remote,
UNA local,
String name,
Value value)
- Overrides:
- assignVariable in class MMPCenter
augmentVariable
public void augmentVariable(UNA remote,
String name,
Value value)
- Overrides:
- augmentVariable in class MMPCenter
augmentVariable
protected void augmentVariable(UNA remote,
UNA local,
String name,
Value value)
- Overrides:
- augmentVariable in class MMPCenter
diminishVariable
public void diminishVariable(UNA remote,
String name,
Value value)
- Overrides:
- diminishVariable in class MMPCenter
diminishVariable
protected void diminishVariable(UNA remote,
UNA local,
String name,
Value value)
- Overrides:
- diminishVariable in class MMPCenter
send
public void send(UNA remote,
MMPPacket packet)
- Overrides:
- send in class MMPCenter
send
protected void send(UNA remote,
UNA local,
MMPPacket packet)
- Overrides:
- send in class MMPCenter
getAllRemotes
public Enumeration getAllRemotes()
- Overrides:
- getAllRemotes in class MMPCenter
getAllRemotes
protected Enumeration getAllRemotes(UNA local)
- Overrides:
- getAllRemotes in class MMPCenter
broadcast
public void broadcast(MMPPacket packet)
- Overrides:
- broadcast in class MMPCenter
broadcast
protected void broadcast(UNA local,
MMPPacket packet)
- Overrides:
- broadcast in class MMPCenter
All Packages Class Hierarchy This Package Previous Next Index