This is archived documentation for an older version of Nirvana (v2.0). Please refer to documentation for the latest version if required.

Deleting a Nirvana channel

This example (deletechannel.Java) obtains a reference to a Nirvana channel and deletes it.

Java -DRNAME=someRNAME -DCHANNAME=somename com.pcbsys.Nirvana.apps.deleteChannel

where :
RNAME is the realm name of the Nirvana server you wish to connect to (e.g. nsp://localhost:9000 ).
CHANNAME is the name of the channel to delete.