|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ECommsManager | |
com.bankframe.ei.comms | |
com.bankframe.examples.devices.fe.ui | |
com.bankframe.examples.fe.ui | |
com.bankframe.fe.ui |
Uses of ECommsManager in com.bankframe.ei.comms |
Subclasses of ECommsManager in com.bankframe.ei.comms | |
class |
EHTTPCommsManager
Deprecated. use com.bankframe.ei.channel.client.HttpClient instead |
class |
EHTTPServletCommsManager
Deprecated. use com.bankframe.ei.channel.server.HttpServer instead |
class |
EXMLServletCommsManager
Deprecated. use com.bankframe.ei.channel.server.HttpServer instead |
class |
RMICommsManager
Deprecated. use com.bankframe.ei.channel.client.RmiIiopClient instead |
Methods in com.bankframe.ei.comms with parameters of type ECommsManager | |
java.util.Vector |
ServletDataPacketHandler.processDataPackets(javax.servlet.http.HttpServletRequest req,
ECommsManager inputComms)
This method processes the specified request, by translating the contents of the HttpServletRequest to a Vector of DataPackets |
Uses of ECommsManager in com.bankframe.examples.devices.fe.ui |
Constructors in com.bankframe.examples.devices.fe.ui with parameters of type ECommsManager | |
SamplePanelContainer(EApplet eApplet,
ECommsManager comms)
SamplePanelContainer constructor comment. |
Uses of ECommsManager in com.bankframe.examples.fe.ui |
Constructors in com.bankframe.examples.fe.ui with parameters of type ECommsManager | |
SamplePanelContainer(EApplet eApplet,
ECommsManager comms)
SamplePanelContainer constructor comment. |
Uses of ECommsManager in com.bankframe.fe.ui |
Methods in com.bankframe.fe.ui that return ECommsManager | |
ECommsManager |
EPanelContainer.getCommsMgr()
This method returns an instance of the comms manager that this class uses |
Constructors in com.bankframe.fe.ui with parameters of type ECommsManager | |
EPanelContainer(EApplet eApplet,
ECommsManager comms)
Deprecated. as this class uses the new channel management and gets it settings from the BankFrameResource.properties file. Use
EPanelContainer(EApplet) instead |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |