Methods Summary |
---|
public java.lang.Object | byteArrayToKey(byte[] array, int startIndex, int len)Return the sessionKey that represents the sessionKey. This has to be super efficient as the container
calls this method on every invocation. Two objects obtained from identical byte[] must
satisfy both o1.equals(o2) and o1.hashCode() == o2.hashCode()
|
public java.lang.Object | createSessionKey()Create and return the sessionKey.
|
public byte[] | keyToByteArray(java.lang.Object sessionKey)Called from the Container before publishing an IOR. The method must convert the sessionKey into a byte[]
|