| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.j_spaces.jms.GSConnectionMetaDataImpl
public class GSConnectionMetaDataImpl
Implements the javax.jms.ConnectionMetaData interface.
 
 The GigaSpaces JMS Connection MetaData class.
 
 provides the following:
 
 - The supported JMS version
 
 - The supported GigaSpaces version
 
 - The custom JMSX - provider specific properties.
| Constructor Summary | |
|---|---|
GSConnectionMetaDataImpl()
Empty Constructor  | 
|
| Method Summary | |
|---|---|
 int | 
getJMSMajorVersion()
API Method  | 
 int | 
getJMSMinorVersion()
API Method  | 
 String | 
getJMSProviderName()
API Method  | 
 String | 
getJMSVersion()
API Method  | 
 Enumeration | 
getJMSXPropertyNames()
API Method  | 
 int | 
getProviderMajorVersion()
API Method  | 
 int | 
getProviderMinorVersion()
API Method  | 
 String | 
getProviderVersion()
API Method  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GSConnectionMetaDataImpl()
| Method Detail | 
|---|
public String getJMSVersion()
                     throws JMSException
getJMSVersion in interface ConnectionMetaDataJMSExceptionConnectionMetaData.getJMSVersion()
public int getJMSMajorVersion()
                       throws JMSException
getJMSMajorVersion in interface ConnectionMetaDataJMSExceptionConnectionMetaData.getJMSMajorVersion()
public int getJMSMinorVersion()
                       throws JMSException
getJMSMinorVersion in interface ConnectionMetaDataJMSExceptionConnectionMetaData.getJMSMinorVersion()
public String getJMSProviderName()
                          throws JMSException
getJMSProviderName in interface ConnectionMetaDataJMSExceptionConnectionMetaData.getJMSProviderName()
public String getProviderVersion()
                          throws JMSException
getProviderVersion in interface ConnectionMetaDataJMSExceptionConnectionMetaData.getProviderVersion()
public int getProviderMajorVersion()
                            throws JMSException
getProviderMajorVersion in interface ConnectionMetaDataJMSExceptionConnectionMetaData.getProviderMajorVersion()
public int getProviderMinorVersion()
                            throws JMSException
getProviderMinorVersion in interface ConnectionMetaDataJMSExceptionConnectionMetaData.getProviderMinorVersion()
public Enumeration getJMSXPropertyNames()
                                 throws JMSException
getJMSXPropertyNames in interface ConnectionMetaDataJMSExceptionConnectionMetaData.getJMSXPropertyNames()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||