Ejemplo n.º 1
0
 /// <remarks/>
 public AddressList(SchemaObjectFactoryInterface schemaobjectfactoryinterface)
 {
     children    = ArrayList.Synchronized(new ArrayList(10));
     sourceRoute = false;
     loadBalance = false;
     failover    = true;
     f           = null;
     f           = schemaobjectfactoryinterface;
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public Description(SchemaObjectFactoryInterface schemaobjectfactoryinterface)
 {
     children       = ArrayList.Synchronized(new ArrayList(10));
     f              = null;
     sourceRoute    = false;
     loadBalance    = false;
     failover       = true;
     keepAlive      = false;
     protocolStacks = ArrayList.Synchronized(new ArrayList(10));
     authParams     = ArrayList.Synchronized(new ArrayList(10));
     extraConnInfo  = ArrayList.Synchronized(new ArrayList(10));
     extraInfo      = ArrayList.Synchronized(new ArrayList(10));
     f              = schemaobjectfactoryinterface;
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public Address(SchemaObjectFactoryInterface schemaobjectfactoryinterface)
 {
     f = null;
     f = schemaobjectfactoryinterface;
 }
Ejemplo n.º 4
0
 /// <remarks/>
 public ServiceAlias(SchemaObjectFactoryInterface schemaobjectfactoryinterface)
 {
     f = null;
     f = schemaobjectfactoryinterface;
 }