Searched defs:Transact (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java30 // Transact.java: Low level details of performing an SLP
40 * Transact performs the low level details for transacting an SLP network
45 class Transact extends Object implements Runnable { class in inherits:Object,Runnable
111 Transact tracon = null;
115 // Create a new Transact multicast thread.
117 // The final argument to the constructor of Transact determines
124 new Transact(multiMsg,
205 * Transact a message with DAs. Put the returned SrvLocMsg
402 * Transact a message via. UDP. Try a maximum of three times if
497 * Transact
1002 Transact(SrvLocMsg msg, method in class:Transact
[all...]

Completed in 45 milliseconds