|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IeService | |
com.infoengine.jsp | |
com.infoengine.procunit.email | |
com.infoengine.SAK |
Uses of IeService in com.infoengine.jsp |
Subclasses of IeService in com.infoengine.jsp | |
class |
InfoEngine
This class extends the Info*Engine Server Access Kit. |
Uses of IeService in com.infoengine.procunit.email |
Fields in com.infoengine.procunit.email declared as IeService | |
private IeService |
ProcessEmailMessage.infoengine
|
Uses of IeService in com.infoengine.SAK |
Fields in com.infoengine.SAK declared as IeService | |
protected IeService |
Webject.service
|
private IeService |
Task.service
|
protected IeService |
BasicTasklet.service
|
Methods in com.infoengine.SAK that return IeService | |
IeService |
Webject.getService()
Returns the server context currently associated with this webject. |
IeService |
Tasklet.getService()
Returns the server context associated with this tasklet. |
IeService |
Task.getService()
Returns the server context currently associated with this task. |
IeService |
BasicTasklet.getService()
Returns the server context associated with this tasklet. |
Methods in com.infoengine.SAK with parameters of type IeService | |
void |
Webject.setService(IeService service)
Sets the server context associated with this webject. |
void |
Tasklet.setService(IeService service)
Sets the server context associated with this tasklet. |
void |
Task.setService(IeService service)
Sets the server context associated with this task. |
static void |
Task.executeTaskRemotely(String uri,
Task task,
IeService service,
IeMultipartInputStream is,
OutputStream os,
Vector processors)
Executes a task in a remote task processor. |
void |
BasicTasklet.setService(IeService service)
Sets the server context associated with this tasklet. |
Constructors in com.infoengine.SAK with parameters of type IeService | |
Webject(String name,
String type,
IeService service)
Constructs a webject with a specific name, type, and server context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |