Uses of Interface
de.jiac.micro.core.io.IMulticastAddress

Packages that use IMulticastAddress
de.jiac.micro.agent.handle   
 

Uses of IMulticastAddress in de.jiac.micro.agent.handle
 

Methods in de.jiac.micro.agent.handle that return IMulticastAddress
 IMulticastAddress ICommunicationHandle.getMulticastAddressForName(String groupName)
          Returns a multicast address for a group name
 

Methods in de.jiac.micro.agent.handle with parameters of type IMulticastAddress
 void ICommunicationHandle.joinGroup(IMulticastAddress address)
          Registers the current agent to the given group.
 void ICommunicationHandle.leaveGroup(IMulticastAddress address)
          Unregisters the current agent from the given group.
 



Copyright © 2008-2011 DAI-Labor. All Rights Reserved.