public interface FabricGroup extends NamedObject, java.lang.Comparable
Title: Service Event Fabric Core
Description: Defines a Fabric Group.
Totally Ordered Event Sending
feature.
GLOBAL
event scope and members of a group are the Fabric Components instances.
FabricGroupLink
interface provides an access to a group.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a description of the group.
|
java.util.List |
getMembers()
Returns a list of all members of the group.
|
boolean |
hasMember(java.lang.String name)
Checks if the group has a member with the specified name.
|
boolean |
hasMembers()
Checks if the group has members.
|
java.util.List |
listMembers()
Returns a list of names of all members of the group.
|
getName
java.lang.String getDescription()
boolean hasMember(java.lang.String name)
name
- the name of the member to be checked.true
if the group has the specified member, false
otherwise.boolean hasMembers()
true
if the group has members, false
otherwise.java.util.List getMembers()
java.util.List listMembers()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.