|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.media.jsdt.template.templateJSDTObject | +--com.sun.media.jsdt.template.ManageableServer | +--com.sun.media.jsdt.template.ByteArrayServer
JSDT Byte Array server class.
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 |
public ByteArrayServer()
Method Detail |
public void initServer(java.lang.String name, SessionImpl session, java.lang.Object object)
name
- the name of the server ByteArray being constructed.session
- the server-side session the ByteArray belongs to.object
- the server-side ByteArray.public java.lang.Object getServer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |