Class ObjectPoolingAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.EnterpriseServices
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.EnterpriseServices.ObjectPoolingAttribute
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • ObjectPoolingAttribute

        public ObjectPoolingAttribute​(java.lang.Object instance)
                               throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • ObjectPoolingAttribute

        public ObjectPoolingAttribute()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ObjectPoolingAttribute

        public ObjectPoolingAttribute​(boolean enable)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ObjectPoolingAttribute

        public ObjectPoolingAttribute​(boolean enable,
                                      int minPoolSize,
                                      int maxPoolSize)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ObjectPoolingAttribute

        public ObjectPoolingAttribute​(int minPoolSize,
                                      int maxPoolSize)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • AfterSaveChanges

        public boolean AfterSaveChanges​(Hashtable info)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IsValidTarget

        public boolean IsValidTarget​(java.lang.String s)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getEnabled

        public boolean getEnabled()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEnabled

        public void setEnabled​(boolean Enabled)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCreationTimeout

        public int getCreationTimeout()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCreationTimeout

        public void setCreationTimeout​(int CreationTimeout)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMaxPoolSize

        public int getMaxPoolSize()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMaxPoolSize

        public void setMaxPoolSize​(int MaxPoolSize)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMinPoolSize

        public int getMinPoolSize()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMinPoolSize

        public void setMinPoolSize​(int MinPoolSize)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable