tigase.adhoc
Interface AdHocCommand

All Known Implementing Classes:
DefaultConfigCommand, DeleteAllNodesCommand, ReadAllNodesCommand, RebuildDatabaseCommand, ViewNodeLoadCommand

public interface AdHocCommand


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

Method Detail

execute

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

getName

String getName()

getNode

String getNode()


Copyright © 2008-2012 Tigase. All Rights Reserved.