Uses of Class
com.sun.ejb.base.sfsb.util.SimpleKeyGenerator.SimpleSessionKey

Packages that use SimpleKeyGenerator.SimpleSessionKey
com.sun.ejb.base.sfsb.util   
 

Uses of SimpleKeyGenerator.SimpleSessionKey in com.sun.ejb.base.sfsb.util
 

Methods in com.sun.ejb.base.sfsb.util that return SimpleKeyGenerator.SimpleSessionKey
 SimpleKeyGenerator.SimpleSessionKey SimpleKeyGenerator.byteArrayToKey(byte[] array, int startIndex, int len)
          Return the sessionKey that represents the sessionKey.
 SimpleKeyGenerator.SimpleSessionKey ScrambledKeyGenerator.createSessionKey()
          Create and return the sessionKey.
 SimpleKeyGenerator.SimpleSessionKey SimpleKeyGenerator.createSessionKey()
          Create and return the sessionKey.
 

Methods in com.sun.ejb.base.sfsb.util with parameters of type SimpleKeyGenerator.SimpleSessionKey
 byte[] SimpleKeyGenerator.keyToByteArray(SimpleKeyGenerator.SimpleSessionKey key)
          Called from the Container before publishing an IOR.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.