javax.slee.profile
Interface ResourceInfoProfileCMP


Deprecated. As resource adaptor components may use whatever profile specifications they need in SLEE 1.1, this interface and its associated profile specification are no longer required.

public interface ResourceInfoProfileCMP

This interface must be used for profile specifications that will be used for a Service's Resource Info Profile Table.


Method Summary
 java.lang.String getInfo()
          Deprecated. Get the resource information.
 void setInfo(java.lang.String info)
          Deprecated. Set the resource information.
 

Method Detail

getInfo

java.lang.String getInfo()
Deprecated. 
Get the resource information.

Returns:
the resource information.

setInfo

void setInfo(java.lang.String info)
Deprecated. 
Set the resource information.

Parameters:
info - the resource information.


Copyright © 2009. All Rights Reserved.