|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupNotFoundException | |
---|---|
peer2me.framework | |
peer2me.session |
Uses of GroupNotFoundException in peer2me.framework |
---|
Methods in peer2me.framework that throw GroupNotFoundException | |
---|---|
Group |
Framework.getGroup(java.lang.String name)
Gets a Group with the corresponding name. |
Group |
Framework.getGroupAt(int index)
Gets the Group at the given index in the collection of
groups in session. |
void |
Framework.removeGroup(int index)
Removes the Group at the given index. |
void |
Framework.removeGroup(java.lang.String name)
Removes the Group with the given name. |
Uses of GroupNotFoundException in peer2me.session |
---|
Methods in peer2me.session that throw GroupNotFoundException | |
---|---|
Group |
Session.getGroup(Node node)
Gets a Group based on a Node . |
Group |
Session.getGroup(java.lang.String name)
Gets a Group with the corresponding name. |
Group |
Session.getGroupAt(int index)
Gets the Group at the given index in the collection of
groups in session. |
void |
Session.removeGroup(int index)
Removes the Group at the given index. |
void |
Session.removeGroup(java.lang.String name)
Removes the Group with the given name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |