|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.novell.ecb.secretstore.SecretStoreBean
Serves as the base class for all the command beans which operate on a SecretStore.
| Field Summary | |
static int |
MAX_BUFFER_SIZE
Maximum buffer length for the enumerate operation. |
| Constructor Summary | |
SecretStoreBean()
Constructs a SecretStore command bean. |
|
SecretStoreBean(SecretStoreInstance ssInstance)
Constructs a SecretStore command bean and sets the SecretStoreInstance to be used. |
|
| Method Summary | |
SecretStoreInstance |
getSecretStoreInstance()
Returns the SecretStoreInstance to be used for performing SecretStore operations. |
void |
setSecretStoreInstance(SecretStoreInstance ssInstance)
Sets the SecretStoreInstance to be used for performing SecretStore operations. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.novell.ecb.Command |
execute, isReady, reset |
| Field Detail |
public static final int MAX_BUFFER_SIZE
| Constructor Detail |
public SecretStoreBean()
public SecretStoreBean(SecretStoreInstance ssInstance)
ssInstance - A SecretStoreInstance object that represents the SecretStore.| Method Detail |
public void setSecretStoreInstance(SecretStoreInstance ssInstance)
ssInstance - A SecretStoreInstance object that represents the SecretStore.public SecretStoreInstance getSecretStoreInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||