Home
last modified time | relevance | path

Searched refs:getEndpointSelection (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DReference.h84 virtual Ice::EndpointSelectionType getEndpointSelection() const = 0;
197 virtual Ice::EndpointSelectionType getEndpointSelection() const;
253 virtual Ice::EndpointSelectionType getEndpointSelection() const;
H A DReference.cpp643 IceInternal::FixedReference::getEndpointSelection() const in getEndpointSelection() function in IceInternal::FixedReference
968 IceInternal::RoutableReference::getEndpointSelection() const in getEndpointSelection() function in IceInternal::RoutableReference
1769 factory->create(endpoints, false, getEndpointSelection(), new CB1(_routerInfo, callback)); in createConnection()
1812 factory->create(endpoint, more, _reference->getEndpointSelection(), this); in createConnection()
1844 factory->create(endpt, true, getEndpointSelection(), new CB2(self, endpoints, callback)); in createConnection()
1970 switch(getEndpointSelection()) in filterEndpoints()
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DReference.h84 virtual Ice::EndpointSelectionType getEndpointSelection() const = 0;
197 virtual Ice::EndpointSelectionType getEndpointSelection() const;
253 virtual Ice::EndpointSelectionType getEndpointSelection() const;
H A DReference.cpp643 IceInternal::FixedReference::getEndpointSelection() const in getEndpointSelection() function in IceInternal::FixedReference
968 IceInternal::RoutableReference::getEndpointSelection() const in getEndpointSelection() function in IceInternal::RoutableReference
1769 factory->create(endpoints, false, getEndpointSelection(), new CB1(_routerInfo, callback)); in createConnection()
1812 factory->create(endpoint, more, _reference->getEndpointSelection(), this); in createConnection()
1844 factory->create(endpt, true, getEndpointSelection(), new CB2(self, endpoints, callback)); in createConnection()
1970 switch(getEndpointSelection()) in filterEndpoints()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DReference.h84 virtual Ice::EndpointSelectionType getEndpointSelection() const = 0;
197 virtual Ice::EndpointSelectionType getEndpointSelection() const;
253 virtual Ice::EndpointSelectionType getEndpointSelection() const;
H A DReference.cpp643 IceInternal::FixedReference::getEndpointSelection() const in getEndpointSelection() function in IceInternal::FixedReference
968 IceInternal::RoutableReference::getEndpointSelection() const in getEndpointSelection() function in IceInternal::RoutableReference
1769 factory->create(endpoints, false, getEndpointSelection(), new CB1(_routerInfo, callback)); in createConnection()
1812 factory->create(endpoint, more, _reference->getEndpointSelection(), this); in createConnection()
1844 factory->create(endpt, true, getEndpointSelection(), new CB2(self, endpoints, callback)); in createConnection()
1970 switch(getEndpointSelection()) in filterEndpoints()
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DRoutableReference.java60 getEndpointSelection() in getEndpointSelection() method in RoutableReference
781 switch(getEndpointSelection()) in filterEndpoints()
851 factory.create(endpoints, false, getEndpointSelection(), in createConnection()
888 factory.create(new EndpointI[]{ endpoints[0] }, true, getEndpointSelection(), in createConnection()
924 factory.create(endpoint, more, getEndpointSelection(), this); in createConnection()
H A DFixedReference.java83 getEndpointSelection() in getEndpointSelection() method in FixedReference
H A DReference.java95 public abstract Ice.EndpointSelectionType getEndpointSelection(); in getEndpointSelection() method in Reference
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DRoutableReference.java60 getEndpointSelection() in getEndpointSelection() method in RoutableReference
781 switch(getEndpointSelection()) in filterEndpoints()
851 factory.create(endpoints, false, getEndpointSelection(), in createConnection()
888 factory.create(new EndpointI[]{ endpoints[0] }, true, getEndpointSelection(), in createConnection()
924 factory.create(endpoint, more, getEndpointSelection(), this); in createConnection()
H A DFixedReference.java83 getEndpointSelection() in getEndpointSelection() method in FixedReference
H A DReference.java95 public abstract Ice.EndpointSelectionType getEndpointSelection(); in getEndpointSelection() method in Reference
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DRoutableReference.java60 getEndpointSelection() in getEndpointSelection() method in RoutableReference
781 switch(getEndpointSelection()) in filterEndpoints()
851 factory.create(endpoints, false, getEndpointSelection(), in createConnection()
888 factory.create(new EndpointI[]{ endpoints[0] }, true, getEndpointSelection(), in createConnection()
924 factory.create(endpoint, more, getEndpointSelection(), this); in createConnection()
H A DFixedReference.java83 getEndpointSelection() in getEndpointSelection() method in FixedReference
H A DReference.java95 public abstract Ice.EndpointSelectionType getEndpointSelection(); in getEndpointSelection() method in Reference
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DRoutableReference.java60 getEndpointSelection() in getEndpointSelection() method in RoutableReference
796 switch(getEndpointSelection()) in filterEndpoints()
866 factory.create(endpoints, false, getEndpointSelection(), in createConnection()
903 factory.create(new EndpointI[]{ endpoints[0] }, true, getEndpointSelection(), in createConnection()
939 factory.create(endpoint, more, getEndpointSelection(), this); in createConnection()
H A DFixedReference.java83 getEndpointSelection() in getEndpointSelection() method in FixedReference
H A DReference.java95 public abstract com.zeroc.Ice.EndpointSelectionType getEndpointSelection(); in getEndpointSelection() method in Reference
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DRoutableReference.java60 getEndpointSelection() in getEndpointSelection() method in RoutableReference
796 switch(getEndpointSelection()) in filterEndpoints()
866 factory.create(endpoints, false, getEndpointSelection(), in createConnection()
903 factory.create(new EndpointI[]{ endpoints[0] }, true, getEndpointSelection(), in createConnection()
939 factory.create(endpoint, more, getEndpointSelection(), this); in createConnection()
H A DFixedReference.java83 getEndpointSelection() in getEndpointSelection() method in FixedReference
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DRoutableReference.java60 getEndpointSelection() in getEndpointSelection() method in RoutableReference
796 switch(getEndpointSelection()) in filterEndpoints()
866 factory.create(endpoints, false, getEndpointSelection(), in createConnection()
903 factory.create(new EndpointI[]{ endpoints[0] }, true, getEndpointSelection(), in createConnection()
939 factory.create(endpoint, more, getEndpointSelection(), this); in createConnection()
H A DFixedReference.java83 getEndpointSelection() in getEndpointSelection() method in FixedReference
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DReference.cs94 public abstract Ice.EndpointSelectionType getEndpointSelection(); in getEndpointSelection() method in IceInternal.Reference
607 public override Ice.EndpointSelectionType getEndpointSelection() in getEndpointSelection() method in IceInternal.FixedReference
850 public override Ice.EndpointSelectionType getEndpointSelection() in getEndpointSelection() method in IceInternal.RoutableReference
1542 switch(getEndpointSelection()) in filterEndpoints()
1646 …getInstance().outgoingConnectionFactory().create(endpoint, more, _rr.getEndpointSelection(), this); in setException()
1675 factory.create(endpoints, false, getEndpointSelection(), in createConnection()
1688 factory.create(new EndpointI[]{ endpoints[0] }, true, getEndpointSelection(), in createConnection()
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DReference.cs94 public abstract Ice.EndpointSelectionType getEndpointSelection(); in getEndpointSelection() method in IceInternal.Reference
607 public override Ice.EndpointSelectionType getEndpointSelection() in getEndpointSelection() method in IceInternal.FixedReference
850 public override Ice.EndpointSelectionType getEndpointSelection() in getEndpointSelection() method in IceInternal.RoutableReference
1542 switch(getEndpointSelection()) in filterEndpoints()
1646 …getInstance().outgoingConnectionFactory().create(endpoint, more, _rr.getEndpointSelection(), this); in setException()
1675 factory.create(endpoints, false, getEndpointSelection(), in createConnection()
1688 factory.create(new EndpointI[]{ endpoints[0] }, true, getEndpointSelection(), in createConnection()
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DReference.cs94 public abstract Ice.EndpointSelectionType getEndpointSelection(); in getEndpointSelection() method in IceInternal.Reference
607 public override Ice.EndpointSelectionType getEndpointSelection() in getEndpointSelection() method in IceInternal.FixedReference
850 public override Ice.EndpointSelectionType getEndpointSelection() in getEndpointSelection() method in IceInternal.RoutableReference
1542 switch(getEndpointSelection()) in filterEndpoints()
1646 …getInstance().outgoingConnectionFactory().create(endpoint, more, _rr.getEndpointSelection(), this); in setException()
1675 factory.create(endpoints, false, getEndpointSelection(), in createConnection()
1688 factory.create(new EndpointI[]{ endpoints[0] }, true, getEndpointSelection(), in createConnection()

12