com.sun.media.jsdt
Interface ByteArrayManager


public abstract interface ByteArrayManager
extends JSDTManager

The ByteArray Manager interface.

Since:
JSDT 1.0
Version:
1.5 - 7th January 1999
Author:
Rich Burridge

Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 boolean byteArrayRequest(ByteArray byteArray, AuthenticationInfo info, Client client)
           is called when there is a Client interested in performing a priviledged operation on a managed ByteArray.
 

Method Detail

byteArrayRequest

public boolean byteArrayRequest(ByteArray byteArray,
                                AuthenticationInfo info,
                                Client client)
is called when there is a Client interested in performing a priviledged operation on a managed ByteArray.
 The following priviledged operations could occur:

 JOIN a managed ByteArray.
 
Parameters:
byteArray - the ByteArray the Client is interested in.
info - the authentication information.
client - the Client.
Returns:
true if the client is allowed to perform the priviledged operation; false if not.
See Also:
AuthenticationInfo