|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
com.sun.media.jsdt.Naming.bind(String, Object)
This method is inconsistent with the way URL Strings are now handled by the Naming class. As of JSDT 1.5, the preferred way to do this is via the bind(URLString urlString, Object object)
method. |
|
com.sun.media.jsdt.ClientFactory.clientExists(String)
This method is inconsistent with the way to check for special Clients now. As of JSDT 1.5, the preferred way to do this is via the clientExists(URLString urlString) method. |
|
com.sun.media.jsdt.Session.close()
As of JSDT 1.5, the preferred way to do this is via the close(boolean closeConnection) method, setting
closeConnection to false. |
|
com.sun.media.jsdt.Session.createByteArray(Client, String, byte[], boolean)
This method is inconsistent with the way Sessions, Channels and Tokens are created. As of JSDT 1.5, the preferred way to do this is via the createByteArray(Client client, String byteArrayName,
boolean autoJoin) method, and then use the
ByteArray.setValue(Client client, byte[] value) method, to
set the initial value. |
|
com.sun.media.jsdt.Session.createByteArray(Client, String, byte[], ByteArrayManager)
This method is inconsistent with the way Sessions, Channels and Tokens are created. As of JSDT 1.5, the preferred way to do this is via the createByteArray(Client client, String byteArrayName,
ByteArrayManager byteArrayManager) method, and then use the
ByteArray.setValue(Client client, byte[] value) method, to
set the initial value. |
|
com.sun.media.jsdt.Session.createByteArray(Client, String, byte[], int, int, boolean)
This method is inconsistent with the way Sessions, Channels and Tokens are created. As of JSDT 1.5, the preferred way to do this is via the createByteArray(Client client, String byteArrayName,
boolean autoJoin) method, and then use the
ByteArray.setValue(Client client, byte[] value, int offset, int length
method, to set the initial value. |
|
com.sun.media.jsdt.Session.createByteArray(Client, String, byte[], int, int, ByteArrayManager)
This method is inconsistent with the way Sessions, Channels and Tokens are created. As of JSDT 1.5, the preferred way to do this is via the createByteArray(Client client, String byteArrayName,
ByteArrayManager byteArrayManager) method, and then use the
ByteArray.setValue(Client client, byte[] value, int offset, int length
method, to set the initial value. |
|
com.sun.media.jsdt.ClientFactory.createClient(String, Client, ClientListener)
This method is inconsistent with the way special Clients are now created. As of JSDT 1.5, the preferred way to do this is via the createClient(URLString urlString, Client client,
ClientListener listener) method. |
|
com.sun.media.jsdt.SessionFactory.createSession(Client, String, boolean)
This method is inconsistent with the way Sessions are now created. As of JSDT 1.5, the preferred way to do this is via the createSession(Client client, URLString url, boolean autoJoin)
method. |
|
com.sun.media.jsdt.SessionFactory.createSession(String)
This method is inconsistent with the way ByteArrays, Channels and Tokens are created. As of JSDT 1.5, the preferred way to do this is via the createSession(Client client, URLString url,
boolean autoJoin) method. |
|
com.sun.media.jsdt.SessionFactory.createSession(String, SessionManager)
This method is inconsistent with the way Sessions are now created. As of JSDT 1.5, the preferred way to do this is via the createSession(URLString url, SessionManager sessionManager)
method. |
|
com.sun.media.jsdt.Data.getData()
There are now three different methods that can be used to return the data contained in a Data object. The naming of this method is inconsistent with those three methods. As of JSDT 1.5, the preferred way to do this is via the getDataAsBytes() method. |
|
com.sun.media.jsdt.ByteArray.getValue()
There are now three different methods that can be used to return the current value contained in a ByteArray object. The naming of this method is inconsistent with those three methods. As of JSDT 1.5, the preferred way to do this is via the getValueAsBytes()
method. |
|
com.sun.media.jsdt.Naming.lookup(String)
This method is inconsistent with the way URL Strings are now handled by the Naming class. As of JSDT 1.5, the preferred way to do this is via the lookup(URLString urlString) method. |
|
com.sun.media.jsdt.Naming.rebind(String, Object)
This method is inconsistent with the way URL Strings are now handled by the Naming class. As of JSDT 1.5, the preferred way to do this is via the rebind(URLString urlString, Object object)
method. |
|
com.sun.media.jsdt.SessionFactory.sessionExists(String)
This method is inconsistent with the way to check for Sessions now. As of JSDT 1.5, the preferred way to do this is via the sessionExists(URLString urlString) method. |
|
com.sun.media.jsdt.Naming.unbind(String, Object)
This method is inconsistent with the way URL Strings are now handled by the Naming class. As of JSDT 1.5, the preferred way to do this is via the unbind(URLString urlString) method. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |