|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.ServerCraftInterface
This class maintains the server session for craft interface.
| Constructor Summary | |
(package private) |
ServerCraftInterface()
|
| Method Summary | |
void |
close()
Closes the transport interface after communication is over. |
void |
open(java.util.Hashtable hash)
Initializes the Transport session over which the data is sent/received. |
void |
start(TL1ServerSession server,
TL1API api)
This interface method should be used for creating instances of client session (TL1Session) with their corresponding TL1TransportProvider framework and it should be updated in TL1ServerSession's addTL1Session(..) method. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
ServerCraftInterface()
| Method Detail |
public void open(java.util.Hashtable hash)
throws java.lang.Exception
params - Hashtable containing keys and value pairs that are
used for creating the session.
public void start(TL1ServerSession server,
TL1API api)
throws java.lang.Exception
server - TL1ServerSession instance for updating the client session.api - TL1API instance for registering the client session.TL1ServerSession.addTL1Session(com.adventnet.tl1.TL1Session)
public void close()
throws java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||