|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.model.assembly.impl.AssemblyObjectImpl
org.apache.tuscany.model.assembly.impl.ConfiguredPortImpl<P>
public abstract class ConfiguredPortImpl<P extends Port>
Implementation of ConfiguredPort.
Constructor Summary | |
---|---|
protected |
ConfiguredPortImpl()
|
Method Summary | |
---|---|
boolean |
accept(AssemblyVisitor visitor)
Accept a visitor |
void |
freeze()
Freeze this model object preventing any additional changes. |
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. |
Object |
getProxyFactory()
Returns the proxy factory |
void |
initialize(AssemblyContext modelContext)
Initialize this model object. |
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. |
void |
setProxyFactory(Object proxyFactory)
Sets the proxy factory |
Methods inherited from class org.apache.tuscany.model.assembly.impl.AssemblyObjectImpl |
---|
accept, checkInitialized, checkNotFrozen, freeze, initialize, isFrozen, isInitialized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ConfiguredPortImpl()
Method Detail |
---|
public String getName()
ConfiguredPort
getName
in interface ConfiguredPort<P extends Port>
public void setName(String name)
ConfiguredPort
setName
in interface ConfiguredPort<P extends Port>
name
- the name of the port being configuredpublic P getPort()
ConfiguredPort
getPort
in interface ConfiguredPort<P extends Port>
public void setPort(P port)
ConfiguredPort
setPort
in interface ConfiguredPort<P extends Port>
port
- the port that is being configuredpublic Part getPart()
ConfiguredPort
getPart
in interface ConfiguredPort<P extends Port>
public void setPart(Part part)
ConfiguredPort
setPart
in interface ConfiguredPort<P extends Port>
part
- the configured part containing this port.public Object getProxyFactory()
ProxyFactoryHolder
getProxyFactory
in interface ProxyFactoryHolder
public void setProxyFactory(Object proxyFactory)
ProxyFactoryHolder
setProxyFactory
in interface ProxyFactoryHolder
public void initialize(AssemblyContext modelContext)
AssemblyObject
initialize
in interface AssemblyObject
initialize
in class AssemblyObjectImpl
modelContext
- context providing access to the environment in which this model is being usedpublic void freeze()
AssemblyObject
freeze
in interface AssemblyObject
freeze
in class AssemblyObjectImpl
public boolean accept(AssemblyVisitor visitor)
AssemblyObject
accept
in interface AssemblyObject
accept
in class AssemblyObjectImpl
visitor
- a visitor that is visiting the model
|
Tuscany Assembly Model | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |