| Package | Description |
|---|---|
| org.apache.stratos.messaging.domain.topology | |
| org.apache.stratos.messaging.event.topology |
| Modifier and Type | Method and Description |
|---|---|
Port |
Service.getPort(int proxy) |
Port |
Member.getPort(int proxy) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Port> |
Service.getPorts() |
Collection<Port> |
Member.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.addPort(Port port) |
void |
Member.addPort(Port port) |
boolean |
Service.portExists(Port port) |
boolean |
Member.portExists(Port port) |
void |
Service.removePort(Port port) |
void |
Member.removePort(Port port) |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.addPorts(Collection<Port> ports) |
void |
Member.addPorts(Collection<Port> ports) |
| Modifier and Type | Method and Description |
|---|---|
Port |
MemberActivatedEvent.getPort(int proxy) |
Port |
ServiceCreatedEvent.getPort(int proxy) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Port> |
MemberActivatedEvent.getPorts() |
Collection<Port> |
ServiceCreatedEvent.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
void |
MemberActivatedEvent.addPort(Port port) |
void |
ServiceCreatedEvent.addPort(Port port) |
boolean |
MemberActivatedEvent.portExists(Port port) |
boolean |
ServiceCreatedEvent.portExists(Port port) |
void |
MemberActivatedEvent.removePort(Port port) |
void |
ServiceCreatedEvent.removePort(Port port) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemberActivatedEvent.addPorts(Collection<Port> ports) |
void |
ServiceCreatedEvent.addPorts(Collection<Port> ports) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.