com.netscape.pm.model
Class PMClusterPropertyFactory

java.lang.Object
  |
  +--com.netscape.pm.model.PMClusterPropertyFactory

public final class PMClusterPropertyFactory
extends java.lang.Object

Creates a cluster property object, used for containing the properties of a IPMCluster object.

IPMClusterProperty prop = PMClusterPropertyFactory.create ( ) ;

See Also:
IPMClusterProperty

Constructor Summary
PMClusterPropertyFactory()
           
 
Method Summary
static IPMClusterProperty create()
          Creates an instance of a cluster property object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMClusterPropertyFactory

public PMClusterPropertyFactory()
Method Detail

create

public static final IPMClusterProperty create()
Creates an instance of a cluster property object.
Returns:
an instance of a cluster property object. This object does not contain any meaningful values. Users should set appropriate parameters inside the object to give the object more semantic purpose
Since:
PM 6.0
See Also:
IPMClusterProperty