|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.annotation.rework.gui.DocumentDetailService
DocumentDetail.java Uses the DocumentAgent to get a document title
| Field Summary | |
private java.util.List |
openSessions
List of open sessions |
protected ResponseListener |
responseListener
Response listener |
private long |
timeout
Default timeout |
| Constructor Summary | |
DocumentDetailService()
Creates a new instance and registers interest (message performative TELL) |
|
DocumentDetailService(long timeout)
Creates a new instance and registers interest (message performative TELL) |
|
| Method Summary | |
protected java.lang.String |
extractTitle(java.lang.String xmlMessage)
Returns the element "title" |
java.util.List |
getOpenSessions()
Returns the open sessions |
protected java.lang.String |
getReceiverName()
Returns the receiver agent (DocumentAgent) |
java.lang.String |
getTitle(java.lang.String documentId)
Returns the title of the specified document |
boolean |
handleIZEvent(java.util.EventObject ev)
Receives responses |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ResponseListener responseListener
private java.util.List openSessions
private long timeout
| Constructor Detail |
public DocumentDetailService()
public DocumentDetailService(long timeout)
| Method Detail |
public java.lang.String getTitle(java.lang.String documentId)
documentId - ID of the document
protected java.lang.String getReceiverName()
public boolean handleIZEvent(java.util.EventObject ev)
handleIZEvent in interface de.izsoz.fiola.dispatcher.EventRecieverEventRecieverpublic java.util.List getOpenSessions()
protected java.lang.String extractTitle(java.lang.String xmlMessage)
xmlMessage - XML message
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||