|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.washington.cs.supple.application.AbstractSuppleApplication
AbstractSuppleApplication provides default implementations of most SuppleApplication methods.
| Constructor Summary | |
AbstractSuppleApplication(java.lang.String id,
java.lang.String displayName)
Constructor. |
|
| Method Summary | |
abstract SuppleApplicationSession |
createSession()
Factory method to create an application session. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getId()
|
void |
shutdown()
Applications receive this signal when the containing application server is about to shutdown. |
void |
start()
SuppleApplications receive this signal when they are first created by the containing application server. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractSuppleApplication(java.lang.String id,
java.lang.String displayName)
| Method Detail |
public final java.lang.String getDisplayName()
getDisplayName in interface SuppleApplicationpublic final java.lang.String getId()
getId in interface SuppleApplicationpublic abstract SuppleApplicationSession createSession()
SuppleApplication
createSession in interface SuppleApplicationpublic void start()
SuppleApplication
start in interface SuppleApplicationpublic void shutdown()
SuppleApplication
shutdown in interface SuppleApplication
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||