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

Deleting a channel join

This example (deleteChannelJoin.Java) deletes a Nirvana channel join.

Java -DRNAME=someRNAME -DDESTCHANNAME=somename -DSRCCHANNAME com.pcbsys.Nirvana.apps.deleteChannelJoin

where :

RNAME is the realm name of the Nirvana server. (e.g. nsp://localhost:9000 ).
SRCCHANNAME is the name of the source channel. This is the channel that has a join specified to the destination channel. The join object will be deleted.
DESTCHANNAME is the name of the channel that is currently joined to the source channel.