Class ConfigurationData.Delegate

java.lang.Object
com.priint.pubserver.comet.bridge.ConfigurationData.Delegate
Enclosing class:
ConfigurationData

public static class ConfigurationData.Delegate extends Object
The type Delegate.
  • Constructor Details

    • Delegate

      public Delegate(String className, String methodName, String fileId)
      Instantiates a new Delegate.
      Parameters:
      className - the class name
      methodName - the method name
      fileId - the file id
  • Method Details

    • getClassName

      public String getClassName()
      Gets class name.
      Returns:
      the class name
    • getMethodName

      public String getMethodName()
      Gets method name.
      Returns:
      the method name
    • getFileId

      public String getFileId()
      Gets file id.
      Returns:
      the file id
    • toString

      public String toString()
      Overrides:
      toString in class Object