Class ConfigurationData.Delegate
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.ConfigurationData.Delegate
-
- Enclosing class:
- ConfigurationData
public static class ConfigurationData.Delegate extends java.lang.ObjectThe type Delegate.
-
-
Constructor Summary
Constructors Constructor Description Delegate(java.lang.String className, java.lang.String methodName, java.lang.String fileId)Instantiates a new Delegate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassName()Gets class name.java.lang.StringgetFileId()Gets file id.java.lang.StringgetMethodName()Gets method name.java.lang.StringtoString()
-
-
-
Method Detail
-
getClassName
public java.lang.String getClassName()
Gets class name.- Returns:
- the class name
-
getMethodName
public java.lang.String getMethodName()
Gets method name.- Returns:
- the method name
-
getFileId
public java.lang.String getFileId()
Gets file id.- Returns:
- the file id
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-