Uses of Class
org.objectweb.joram.mom.dest.AdminTopic.DestinationDesc
-
Packages that use AdminTopic.DestinationDesc Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. -
-
Uses of AdminTopic.DestinationDesc in org.objectweb.joram.mom.dest
Fields in org.objectweb.joram.mom.dest with type parameters of type AdminTopic.DestinationDesc Modifier and Type Field Description private Map<String,AdminTopic.DestinationDesc>AdminTopic. destinationsTableTable holding the local server's destinations names.Methods in org.objectweb.joram.mom.dest that return AdminTopic.DestinationDesc Modifier and Type Method Description private AdminTopic.DestinationDescAdminTopic. createDestination(String destName, AgentId adminId, Properties properties, byte type, String className, String requestClassName, StringBuffer strbuf)Instantiating the destination class or retrieving the destination.static AdminTopic.DestinationDescAdminTopic. createDestinationAndSave(String destName, AgentId adminId, Properties properties, byte type, String className, String requestClassName, StringBuffer strbuf)Deprecated.static AdminTopic.DestinationDescAdminTopic. lookupDest(String name, byte type)Retrieves an existing destination.static AdminTopic.DestinationDescAdminTopic. reverseLookupDest(String agentId, byte type)Retrieves an existing destination.
-