public class ServiceCreatedEvent extends TopologyEvent implements Serializable
| Constructor and Description |
|---|
ServiceCreatedEvent(String serviceName,
ServiceType serviceType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPort(Port port) |
void |
addPorts(Collection<Port> ports) |
Port |
getPort(int proxy) |
Collection<Port> |
getPorts() |
Properties |
getProperties() |
String |
getServiceName() |
ServiceType |
getServiceType() |
boolean |
portExists(Port port) |
void |
removePort(Port port) |
void |
setProperties(Properties properties) |
public ServiceCreatedEvent(String serviceName, ServiceType serviceType)
public String getServiceName()
public ServiceType getServiceType()
public Collection<Port> getPorts()
public Port getPort(int proxy)
public void addPort(Port port)
public void addPorts(Collection<Port> ports)
public void removePort(Port port)
public boolean portExists(Port port)
public Properties getProperties()
public void setProperties(Properties properties)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.