|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Responsible for instantaiting sharedlets and storing a mapping between SharedletInfo structure and Sharedlets. Its submanagers, SharedletViewManager and SharedletLogicManager manages the SharedletView and SharedletSessionLogic structures.
All sharedlet managers should be able to load a jar packaged sharedlet with the MANIFEST file containing the following sharedlet entries:
Name: <Sharedlet Info Class>
Sharedlet: True
Location In GXO
A sharedlet can find it under the meeting context:
/services/SharedletManager
Method Summary | |
SharedletInfo |
getInfo(Sharedlet sharedlet)
Get the SharedletInfo instance associated with a particular Sharedlet instance. |
SharedletInfo |
getInfo(java.lang.String MIMEType)
Get the SharedletInfo structure for a sharedlet type. |
SharedletLogicManager |
getLogicManager()
|
Sharedlet |
getSharedlet(SharedletInfo info)
Get the Sharedlet instance associated with a particular SharedletInfo instance. |
java.util.Vector |
getSharedletInfos()
Get a list of SharedletInfo structures that this sharedlet manager is managing. |
java.util.Vector |
getSharedletTypes()
Get a list of sharedlet MIME Types that this sharedlet manager knows about and is managing. |
SharedletViewManager |
getViewManager()
|
Sharedlet |
newInstance(java.lang.String MIMEType)
Get a new instance of a sharedlet of a particular type (application/x-sharedlet-???). |
Methods inherited from interface com.anabas.sharedlet.SharedletService |
init,
resume,
shutdown,
suspend |
Method Detail |
public java.util.Vector getSharedletTypes()
public java.util.Vector getSharedletInfos()
public Sharedlet newInstance(java.lang.String MIMEType)
MIMEType
- the type of the sharedlet to instantiate.public SharedletInfo getInfo(java.lang.String MIMEType)
MIMEType
- the type of the sharedlet to get info for.public Sharedlet getSharedlet(SharedletInfo info)
info
- The SharedletInfo structure that corresponds to the Sharedlet
instance to retrieve.public SharedletInfo getInfo(Sharedlet sharedlet)
The
- sharedlet instance to get sharedlet info for.public SharedletViewManager getViewManager()
public SharedletLogicManager getLogicManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |