public interface GenKeysMBean
| Modifier and Type | Interface and Description |
|---|---|
static class |
GenKeysMBean.Msg
Output multi-line messages
|
| Modifier and Type | Method and Description |
|---|---|
void |
create()
Lifecycle
|
void |
destroy()
Lifecycle
|
GenKeysMBean.Msg |
genKeys() |
String |
getName()
Name apparently must be the same as the name attribute in the
jboss service definition
|
String |
getPrivKeyFileName() |
String |
getPublicKeyFileName() |
boolean |
isStarted()
Lifecycle
|
void |
setPrivKeyFileName(String val) |
void |
setPublicKeyFileName(String val) |
void |
start()
Lifecycle
|
void |
stop()
Lifecycle
|
String getName()
void setPrivKeyFileName(String val)
val - private key file name - full pathString getPrivKeyFileName()
void setPublicKeyFileName(String val)
val - public key file name - full pathString getPublicKeyFileName()
GenKeysMBean.Msg genKeys()
void create()
void start()
void stop()
boolean isStarted()
void destroy()
Copyright © 2019 Bedework. All rights reserved.