javax.slee.profile
Interface AddressProfileCMP


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()
          Get the addresses for this profile.
 void setAddresses(Address[] addresses)
          Set the addresses for this profile.
 

Method Detail

getAddresses

public Address[] getAddresses()
Get the addresses for this profile.
Returns:
the addresses for this profile.

setAddresses

public void setAddresses(Address[] addresses)
Set the addresses for this profile.
Parameters:
addresses - the addresses for this profile.