All Packages Class Hierarchy This Package Previous Next Index
Class icc.face.MediatorPage
java.lang.Object
|
+----icc.face.Presenter
|
+----icc.face.MediatorPage
- public final class MediatorPage
- extends Presenter
The MediatorPage class represents an interface for direct access
to the mediator.
-
MediatorPage(Client, Handler, String, String)
- Allocates a MediatorPage object for the specified client applet
and handler and with the specified display name and url.
-
clearDocuments()
- Clears the document information stored in File class and
submits a request to do the same in the mediator service center.
-
clearPartners()
- Clears the project information stored in Partner class and
submits a request to do the same in the mediator service center.
-
clearProjects()
- Clears the project information stored in Project class and
submits a request to do the same in the mediator service center.
-
stopMediator()
- Submits a request to halt the mediator.
MediatorPage
public MediatorPage(Client client,
Handler handler,
String display,
String url)
- Allocates a MediatorPage object for the specified client applet
and handler and with the specified display name and url.
- Parameters:
- client - the client applet
- handler - the client handler
- display - a display name
- url - a url to be published in this display
stopMediator
public void stopMediator()
- Submits a request to halt the mediator.
- See Also:
- stop
clearPartners
public void clearPartners()
- Clears the project information stored in Partner class and
submits a request to do the same in the mediator service center.
It then submits requests to retrieve the updated partner information.
- See Also:
- clear, reset
clearDocuments
public void clearDocuments()
- Clears the document information stored in File class and
submits a request to do the same in the mediator service center.
- See Also:
- clear, reset
clearProjects
public void clearProjects()
- Clears the project information stored in Project class and
submits a request to do the same in the mediator service center.
It then submits requests to retrieve the updated project and partner
information.
- See Also:
- clear, reset
All Packages Class Hierarchy This Package Previous Next Index
This website has been archived and is no longer maintained.