Uses of Class
gnu.cajo.utils.Multicast
-
Packages that use Multicast Package Description gnu.cajo gnu.cajo.utils.extra A set of optional classes, providing insights on potentially standard ways to extend and use the framework. -
-
Uses of Multicast in gnu.cajo
Fields in gnu.cajo declared as Multicast Modifier and Type Field Description private MulticastCajo. multicastMethods in gnu.cajo with parameters of type Multicast Modifier and Type Method Description java.lang.ObjectCajo.Registrar. multicast(Multicast multicast)This method is called either when a Cajo instance starts up, or exports an object reference. -
Uses of Multicast in gnu.cajo.utils.extra
Methods in gnu.cajo.utils.extra with parameters of type Multicast Modifier and Type Method Description voidRegistry. multicast(Multicast multicast)This method is called solely by this registry's Multicast member object, to register objects of remote server announcements.
-