com.sun.media.jsdt.template
Class ByteArrayServer

java.lang.Object
  |
  +--com.sun.media.jsdt.template.templateJSDTObject
        |
        +--com.sun.media.jsdt.template.ManageableServer
              |
              +--com.sun.media.jsdt.template.ByteArrayServer

public final class ByteArrayServer
extends com.sun.media.jsdt.template.ManageableServer
implements AbstractByteArrayServer

JSDT Byte Array server class.

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

Constructor Summary
ByteArrayServer()
           
 
Method Summary
 java.lang.Object getServer()
           getServer get a handle to the "server-side" for this ByteArray.
 void initServer(java.lang.String name, SessionImpl session, java.lang.Object object)
           initServer initialise the "server-side" for this ByteArray.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayServer

public ByteArrayServer()
Method Detail

initServer

public void initServer(java.lang.String name,
                       SessionImpl session,
                       java.lang.Object object)
initServer initialise the "server-side" for this ByteArray.
Specified by:
initServer in interface AbstractByteArrayServer
Parameters:
name - the name of the server ByteArray being constructed.
session - the server-side session the ByteArray belongs to.
object - the server-side ByteArray.
Overrides:
initServer in class com.sun.media.jsdt.template.ManageableServer

getServer

public java.lang.Object getServer()
getServer get a handle to the "server-side" for this ByteArray.
Specified by:
getServer in interface AbstractByteArrayServer
Returns:
the "server-side" for this ByteArray.
Overrides:
getServer in class com.sun.media.jsdt.template.ManageableServer