javax.slee.profile
Interface ResourceInfoProfileCMP


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()
          Get the resource information.
 void setInfo(java.lang.String info)
          Set the resource information.
 

Method Detail

getInfo

public java.lang.String getInfo()
Get the resource information.
Returns:
the resource information.

setInfo

public void setInfo(java.lang.String info)
Set the resource information.
Parameters:
info - the resource information.