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

Packages that use IAddress
de.jiac.micro.agent.handle   
de.jiac.micro.core.io   
 

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

Methods in de.jiac.micro.agent.handle that return IAddress
 IAddress ICommunicationHandle.getAddressForString(String addressStr)
           
 

Methods in de.jiac.micro.agent.handle with parameters of type IAddress
 void ICommunicationHandle.sendMessage(IAddress address, IMessage message)
          Sends a message to the specified target (1:1) and (1:n)
 

Uses of IAddress in de.jiac.micro.core.io
 

Subinterfaces of IAddress in de.jiac.micro.core.io
 interface IMulticastAddress
          The IMulticastAddress interface represents a group address.
 interface IUnicastAddress
          The IUnicastAddress interface represents a unicast address.
 



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