edu.mit.stellar.api.structure
Interface NexusGroup

All Known Subinterfaces:
NexusGroupM

Deprecated. entire approach replaced with roster / Relationship and modification to the group package

public interface NexusGroup

NexusGroup Connection between Nexus and SGroup. Includes the information which allows an SGroup to be obtained from whatever provider it uses.

Version:
$Revision: 30001 $, $Date: 2008-02-11 00:20:04 -0500 (Mon, 11 Feb 2008) $
Author:
MIT Stellar team

Method Summary
 java.lang.String getCategoryRef()
          Deprecated. entire approach replaced with roster / Relationship and modification to the group package
 java.lang.String getGroupId()
          Deprecated. entire approach replaced with roster / Relationship and modification to the group package
 java.lang.String getGroupManagerId()
          Deprecated. entire approach replaced with roster / Relationship and modification to the group package
 

Method Detail

getGroupManagerId

java.lang.String getGroupManagerId()
Deprecated. entire approach replaced with roster / Relationship and modification to the group package

Identifier for the manager for this group, e.g. used in configuration files. Not a UUID, just a system configuration handle.

Returns:
the groupManagerId

getGroupId

java.lang.String getGroupId()
Deprecated. entire approach replaced with roster / Relationship and modification to the group package

Returns:
group ID within its manager

getCategoryRef

java.lang.String getCategoryRef()
Deprecated. entire approach replaced with roster / Relationship and modification to the group package

For simple lists, provide the categoryRef in the NexusGroup rather than persisted in the SGroup

Returns:
categoryRef


Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.