|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfiguredPort<P extends Port>
Represents a configured port (e.g. a configured reference or configured service).
Method Summary | |
---|---|
String |
getName()
Returns the name of the port being configured. |
Part |
getPart()
Returns the part containing this port. |
P |
getPort()
Returns the port that is being configured. |
void |
setName(String name)
Set the name of the port being configured. |
void |
setPart(Part part)
Sets the configured part containing this port. |
void |
setPort(P port)
Sets the port that is being configured. |
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject |
---|
accept, freeze, initialize |
Methods inherited from interface org.apache.tuscany.model.assembly.ProxyFactoryHolder |
---|
getProxyFactory, setProxyFactory |
Method Detail |
---|
String getName()
void setName(String name)
name
- the name of the port being configuredP getPort()
void setPort(P port)
port
- the port that is being configuredPart getPart()
void setPart(Part part)
part
- the configured part containing this port.
|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |