Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

dr.davmgr.protocol
Class ProtocolCommandController  view ProtocolCommandController download ProtocolCommandController.java

java.lang.Object
  extended bydr.davmgr.protocol.ProtocolCommandController

public class ProtocolCommandController
extends java.lang.Object


Field Summary
private static ProtocolCommandController pcc
           
 
Constructor Summary
private ProtocolCommandController()
           
 
Method Summary
 ProtocolResponse executeCommand(dr.davmgr.protocol.cmd.Command cmd)
           
 ProtocolResponse executeCommand(dr.davmgr.protocol.cmd.Command cmd, Authorization auth)
           
static ProtocolCommandController getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pcc

private static ProtocolCommandController pcc
Constructor Detail

ProtocolCommandController

private ProtocolCommandController()
Method Detail

getInstance

public static ProtocolCommandController getInstance()

executeCommand

public ProtocolResponse executeCommand(dr.davmgr.protocol.cmd.Command cmd)

executeCommand

public ProtocolResponse executeCommand(dr.davmgr.protocol.cmd.Command cmd,
                                       Authorization auth)