Package | Description |
---|---|
negotiator.gui | |
negotiator.gui.domainrepository | |
negotiator.gui.negosession | |
negotiator.repository |
Modifier and Type | Method and Description |
---|---|
void |
NegoGUIView.showRepositoryItemInTab(RepItem repItem,
MyTreeNode node) |
Modifier and Type | Method and Description |
---|---|
RepItem |
MyTreeNode.getRepositoryItem() |
Constructor and Description |
---|
MyTreeNode(RepItem item) |
Modifier and Type | Class and Description |
---|---|
class |
AddFromListDialog<T extends RepItem>
Dialog to request a list of items of the type T from the user
|
Modifier and Type | Method and Description |
---|---|
static <T extends RepItem> |
ContentProxy.fetchList(java.lang.Class<T> elementType,
MultiPartyProtocolRepItem protocol)
When fetching a list of type PartyRepItem, you must also provide the
protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentRepItem
This repository item contains all info about an agent that can be loaded.
|
class |
DomainRepItem
A DomainRepItem is a domain reference that can be put in the domain repository.
|
class |
MultiPartyProtocolRepItem |
class |
PartyRepItem
This repository item contains all info about an agent that can be loaded.
|
class |
ProfileRepItem
ProfileRepItem is a profile, as an item to put in the registry.
|
class |
ProtocolRepItem |
Modifier and Type | Method and Description |
---|---|
RepItem |
Repository.getItemByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RepItem> |
Repository.getItems()
Get available agents
|
java.util.ArrayList<RepItem> |
RepositoryItemTypeAdapter.unmarshal(RepositoryItemType notifications) |
Modifier and Type | Method and Description |
---|---|
RepositoryItemType |
RepositoryItemTypeAdapter.marshal(java.util.ArrayList<RepItem> events) |