org.eclipse.ecf.presence
Interface IFQID

All Known Implementing Classes:
XMPPID, XMPPSID

public interface IFQID

ID adapter interface that supplies access to 'fully qualified' ID information.


Method Summary
 java.lang.String getFQName()
          Get the fully qualified name.
 java.lang.String getResourceName()
          Get resource name.
 

Method Detail

getFQName

java.lang.String getFQName()
Get the fully qualified name. Will not return null. The result may be the same as ID.getName(), or may include additional information. The result must be longer than or equal to ID.getName().

Returns:
String that is the fully qualified name. Will not return null. The result may be the same as ID.getName(), or may include additional information. The result must be longer than or equal to ID.getName().

getResourceName

java.lang.String getResourceName()
Get resource name. May return null.

Returns:
String that is the resource for this IFQID. May be null.