|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface attempts to abstract building EndPoints, using the
pattern design Factory Method. For this, requires an instance of
Application and other one of Node.
Any future implementation must contain the no argument constructor.
Method Summary | |
EndPoint |
buildEndPoint(Application app,
Node node)
Builds a new EndPoint that relates the Application app with the underlying Node node. |
EndPointFactory |
setValues(java.lang.Class endPoint)
Sets initial values for this EndPointFactory. |
Method Detail |
public EndPointFactory setValues(java.lang.Class endPoint) throws InitializationException
endPoint
- Class reference to build new EndPoint instances.
InitializationException
- if some error occurs during the
initialization process.public EndPoint buildEndPoint(Application app, Node node) throws InitializationException
app
- Application to install at this node.node
- Node where will be installed the Application.
InitializationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |