javax.slee.profile
Interface AddressProfileCMP


Deprecated. This CMP interface is suitable only for SLEE 1.0 address profile tables, as array types cannot be used in SLEE 1.1 profile queries. The AddressProfile11CMP interface can be used instead as a base CMP interface for SLEE 1.1 address profile tables.

public interface AddressProfileCMP

This interface can be used as is or extended for profile specifications that will be used for a Service's Address Profile Table.


Method Summary
 Address[] getAddresses()
          Deprecated. Get the addresses for this profile.
 void setAddresses(Address[] addresses)
          Deprecated. Set the addresses for this profile.
 

Method Detail

getAddresses

Address[] getAddresses()
Deprecated. 
Get the addresses for this profile.

Returns:
the addresses for this profile.

setAddresses

void setAddresses(Address[] addresses)
Deprecated. 
Set the addresses for this profile.

Parameters:
addresses - the addresses for this profile.


Copyright © 2008. All Rights Reserved.