Class Registration


  • public class Registration
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Registration​(java.lang.String service, java.lang.String algorithm, java.lang.String facadeClass, java.lang.String[] algorithmNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • service

        public java.lang.String service
      • algorithm

        public java.lang.String algorithm
      • facadeClass

        public java.lang.String facadeClass
      • algorithmNames

        public java.lang.String[] algorithmNames
    • Constructor Detail

      • Registration

        public Registration​(java.lang.String service,
                            java.lang.String algorithm,
                            java.lang.String facadeClass,
                            java.lang.String[] algorithmNames)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object