de.jiac.micro.core.io
Interface IUnicastAddress

All Superinterfaces:
IAddress

public interface IUnicastAddress
extends IAddress

The IUnicastAddress interface represents a unicast address.

Author:
Vladimir Schöner

Field Summary
 
Fields inherited from interface de.jiac.micro.core.io.IAddress
MULTICAST, UNICAST
 
Method Summary
 String getSelector()
          Returns the String representation for the target or source selector, depending on in which context the IUnicastAddress used for.
 String getTargetId()
          Returns the String representation for the target or source id.
 
Methods inherited from interface de.jiac.micro.core.io.IAddress
getType, toString
 

Method Detail

getSelector

String getSelector()
Returns the String representation for the target or source selector, depending on in which context the IUnicastAddress used for.

Returns:
the target or source selector.

getTargetId

String getTargetId()
Returns the String representation for the target or source id.

Returns:
the target or source id.


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