Uses of Class
org.objectweb.joram.mom.proxies.ConnectionContext.Type
-
Packages that use ConnectionContext.Type Package Description org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. -
-
Uses of ConnectionContext.Type in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies declared as ConnectionContext.Type Modifier and Type Field Description private ConnectionContext.TypeOpenConnectionNot. typeMethods in org.objectweb.joram.mom.proxies that return ConnectionContext.Type Modifier and Type Method Description ConnectionContext.TypeOpenConnectionNot. getType()static ConnectionContext.TypeConnectionContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionContext.Type[]ConnectionContext.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.objectweb.joram.mom.proxies with parameters of type ConnectionContext.Type Constructor Description OpenConnectionNot(ConnectionContext.Type type, int heartBeat, boolean noAckedQueue)
-