com.sun.media.jsdt.impl
Interface AbstractSessionServer


public abstract interface AbstractSessionServer
extends AbstractManageableServer

JSDT abstract server-side Session interface.

Version:
1.5 - 7th January 1999
Author:
Rich Burridge

Method Summary
 java.lang.Object getServer()
           getServer get a handle to the "server-side" for this Session.
 void initServer(java.lang.String name, SessionImpl session, java.lang.Object object)
           initServer initialise the "server-side" for this Session.
 

Method Detail

initServer

public void initServer(java.lang.String name,
                       SessionImpl session,
                       java.lang.Object object)
initServer initialise the "server-side" for this Session.
Specified by:
initServer in interface AbstractManageableServer
Parameters:
name - the name of the server Session being constructed.
session - the server-side Session.
object - the server-side Session (same as session).

getServer

public java.lang.Object getServer()
getServer get a handle to the "server-side" for this Session.
Specified by:
getServer in interface AbstractManageableServer
Returns:
the "server-side" for this Session.