Uses of Interface
cern.dip.DipFactory
-
Packages that use DipFactory Package Description cern.dip cern.dip.implementation cern.dip.mock -
-
Uses of DipFactory in cern.dip
Methods in cern.dip that return DipFactory Modifier and Type Method Description static DipFactory
Dip. create()
Set up a DIPfactory for use as a client only.static DipFactory
Dip. create(java.lang.String name)
Set up a DipFactory for up for use as client and/or server.static DipFactory
Dip. create(java.lang.String name, java.lang.String dipnsServers)
Set up a DipFactory for up for use as client and/or server. -
Uses of DipFactory in cern.dip.implementation
Classes in cern.dip.implementation that implement DipFactory Modifier and Type Class Description class
DipFactoryImp
Methods in cern.dip.implementation that return DipFactory Modifier and Type Method Description protected DipFactory
DipPublicationImp. getFactory()
protected abstract DipFactory
DipPublicationImpBase. getFactory()
Constructors in cern.dip.implementation with parameters of type DipFactory Constructor Description DipPublicationImp(DipFactory fact, java.lang.String topicName, DipPublicationErrorHandler handler)
DipSubscriptionImp(DipFactory fact, java.lang.String topicName, DipSubscriptionListener list)
-
Uses of DipFactory in cern.dip.mock
Classes in cern.dip.mock that implement DipFactory Modifier and Type Class Description class
MockDipFactory
Methods in cern.dip.mock that return DipFactory Modifier and Type Method Description protected DipFactory
MockDipPublication. getFactory()
-