|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.security.kmc.KMCService
public class KMCService
KMC Service is used to store and issue security tokens for secure topics.
Currently the validity of the KMC service topic is set to
Dec 31, 2005 23:59:59.
Note: You will need to change and recompile KMCService after this time.
Created on Sep 8, 2005
| Constructor Summary | |
|---|---|
KMCService(int kmcID,
String keystore,
String pathToServiceConfig,
String h,
String p,
String prot)
Creates a Key Management Center Service, initializes the service. |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Starts the Key Management Center Service. |
void |
onEvent(NBEvent nbEvent)
Process Requests sent to the KMC Service |
void |
send(String topicName,
byte[] request)
Send the specified message on specified topic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KMCService(int kmcID,
String keystore,
String pathToServiceConfig,
String h,
String p,
String prot)
| Method Detail |
|---|
public void onEvent(NBEvent nbEvent)
onEvent in interface NBEventListener
public void send(String topicName,
byte[] request)
topicName - -
The topic on which to send the messagerequest - -
The message to be sentpublic static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||