de.jiac.micro.core.io
Interface IMulticastAddress

All Superinterfaces:
IAddress

public interface IMulticastAddress
extends IAddress

The IMulticastAddress interface represents a group address.

Author:
Vladimir Schöner

Field Summary
 
Fields inherited from interface de.jiac.micro.core.io.IAddress
MULTICAST, UNICAST
 
Method Summary
 String getGroupName()
          Returns the String representation for the target group address.
 
Methods inherited from interface de.jiac.micro.core.io.IAddress
getType, toString
 

Method Detail

getGroupName

String getGroupName()
Returns the String representation for the target group address.

Returns:
the target group address.


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