org.objectweb.joram.client.jms.admin.AdminModule(Ci-dessous la liste des Méthodes de la classe)
public void ()
public static void main(String[] args)
public static void connect(javax.jms.TopicConnectionFactory cnxFact, String name, String password)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void connect(javax.jms.TopicConnectionFactory cnxFact, String name, String password, String identityClass)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void connect(String hostName, int port, String name, String password, int cnxTimer)
throws java.net.UnknownHostException, java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void connect(String hostName, int port, String name, String password, int cnxTimer, String reliableClass)
throws java.net.UnknownHostException, java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void connect(String hostName, int port, String name, String password, int cnxTimer, String reliableClass, String identityClass)
throws java.net.UnknownHostException, java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void connect(String name, String password, int cnxTimer)
throws java.net.UnknownHostException, java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void connect(String name, String password, int cnxTimer, String reliableClass)
throws java.net.UnknownHostException, java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void collocatedConnect(String name, String password)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void collocatedConnect(String name, String password, String identityClass)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void disconnect()
public static void stopServer(int serverId)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void stopServer()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void addServer(int sid, String hostName, String domainName, int port, String serverName)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void addServer(int sid, String hostName, String domainName, int port, String serverName, String[] serviceNames, String[] serviceArgs)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void removeServer(int sid)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void addDomain(String domainName, int sid, int port)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void addDomain(String domainName, String network, int sid, int port)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void removeDomain(String domainName)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static String getConfiguration()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void setDefaultDMQ(int serverId, org.objectweb.joram.client.jms.admin.DeadMQueue dmq)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void setDefaultDMQId(int serverId, String dmqId)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void setDefaultDMQ(org.objectweb.joram.client.jms.admin.DeadMQueue dmq)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void setDefaultDMQId(String dmqId)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void setDefaultThreshold(int serverId, int threshold)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static void setDefaultThreshold(int threshold)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static java.util.List getServersIds()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static java.util.List getServersIds(String domainName)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static org.objectweb.joram.client.jms.admin.Server[] getServers()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static org.objectweb.joram.client.jms.admin.Server[] getServers(String domainName)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static org.objectweb.joram.client.jms.admin.Server getLocalServer()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static String[] getDomainNames(int serverId)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static org.objectweb.joram.client.jms.admin.DeadMQueue getDefaultDMQ(int serverId)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static org.objectweb.joram.client.jms.admin.DeadMQueue getDefaultDMQ()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static String getDefaultDMQId()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static String getDefaultDMQId(int serverId)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static int getDefaultThreshold(int serverId)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static int getDefaultThreshold()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static java.util.List getDestinations(int serverId)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static java.util.List getDestinations()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static java.util.List getDestinations(int serverId, long delay)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static java.util.List getUsers(int serverId)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static java.util.List getUsers(int serverId, long delay)
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static java.util.List getUsers()
throws java.net.ConnectException, org.objectweb.joram.client.jms.admin.AdminException
public static int getLocalServerId()
throws java.net.ConnectException
public static String getLocalHost()
throws java.net.ConnectException
public static int getLocalPort()
throws java.net.ConnectException
public static org.objectweb.joram.shared.admin.AdminReply doRequest(org.objectweb.joram.shared.admin.AdminRequest request)
throws org.objectweb.joram.client.jms.admin.AdminException, java.net.ConnectException
public static org.objectweb.joram.shared.admin.AdminReply doRequest(org.objectweb.joram.shared.admin.AdminRequest request, long timeout)
throws org.objectweb.joram.client.jms.admin.AdminException, java.net.ConnectException
public static void abortRequest()
throws javax.jms.JMSException
public static boolean executeXMLAdmin(String cfgDir, String cfgFileName)
throws java.lang.Exception
public static boolean executeXMLAdmin(String path)
throws java.lang.Exception
public static boolean executeAdmin(java.io.Reader reader)
throws java.lang.Exception
public static void setHa(boolean isHa)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178