tigase.adhoc
Interface AdHocCommand

All Known Implementing Classes:
DefaultConfigCommand, DeleteAllNodesCommand, RebuildDatabaseCommand

public interface AdHocCommand


Method Summary
 void execute(AdhHocRequest request, AdHocResponse response)
           
 java.lang.String getName()
           
 java.lang.String getNode()
           
 

Method Detail

execute

void execute(AdhHocRequest request,
             AdHocResponse response)
             throws AdHocCommandException
Throws:
AdHocCommandException

getName

java.lang.String getName()

getNode

java.lang.String getNode()


Copyright © 2008 Tigase. All Rights Reserved.