Class CredentialCommand
package: net.jxta.myjxta.dialog.commands
net.jxta.myjxta.dialog.commands.AbstractCommand
  |
  +--net.jxta.myjxta.dialog.commands.CredentialCommand
public class CredentialCommand
Extends:
net.jxta.myjxta.dialog.commands.AbstractCommand
The The base Dialog for Group Chats. ge
Version:
$Id: CredentialCommand.java,v 1.3 2005/05/04 01:38:22 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]
Field Summary
public final static String
public final static String
private final static Logger
Method Summary
private StructuredDocument
getCredential(PeerGroup pg)
public String
public boolean
Field Detail
CREDENTIAL
public final static String CREDENTIAL = "credential"

ID
public final static String ID = CredentialCommand.class.getName()

LOG
private final static Logger LOG = Logger.getLogger(CredentialCommand.class.getName())
Method Detail
getCredential
private StructuredDocument getCredential(PeerGroup pg)

getId
public String getId()

process
public boolean process(Dialog dialog, DialogMessage msg)