|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndPoint | |
org.syrup.helpers | Provides the most used implementations of Syrup interfaces. |
org.syrup.sql | The concrete RDMS/JDBC implementation of Syrup. |
Uses of EndPoint in org.syrup.helpers |
Constructors in org.syrup.helpers with parameters of type EndPoint | |
ContextImpl(PTask t,
EndPoint in1,
EndPoint in2,
EndPoint out1,
EndPoint out2)
Constructor for the ContextImpl object |
Uses of EndPoint in org.syrup.sql |
Methods in org.syrup.sql that return EndPoint | |
protected EndPoint |
QueryFunctions.readOutEndPoint(java.lang.String key,
boolean port,
SyrupConnection con)
Returns the out EndPoint of a PTask by executing SQL statements over a Connection. |
protected EndPoint |
QueryFunctions.readInEndPoint(java.lang.String key,
boolean port,
SyrupConnection con)
Returns the in EndPoint of a PTask by executing SQL statements over a Connection. |
protected EndPoint |
QueryFunctions.readTargetEndPoint(java.lang.String st,
java.lang.String key,
boolean port,
SyrupConnection con)
Returns the in/out EndPoint of a PTask by executing SQL statements over a Connection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |