net.sf.jmsmq
Class MSMQResources

java.lang.Object
  extended bynet.sf.jmsmq.MSMQResources

public final class MSMQResources
extends java.lang.Object

Class of resources of configuration and messages for implements native implementation. Microsoft® Message Queuing Server


Constructor Summary
MSMQResources()
           
 
Method Summary
static java.lang.String getError(int hr)
          Método that returns a error description for a native MSMQ exception
static java.lang.String getResource(java.lang.String property)
          Método that returns a property of the loaded MSMQ resources
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSMQResources

public MSMQResources()
Method Detail

getResource

public static java.lang.String getResource(java.lang.String property)
Método that returns a property of the loaded MSMQ resources

Parameters:
property - Property name
Returns:
String Value of the recovery property

getError

public static java.lang.String getError(int hr)
Método that returns a error description for a native MSMQ exception

Parameters:
hr - Return of the native function (HRESULT)
Returns:
String Error description


Jorge Ruesga © 2006. All rigths reserved.