javax.slee.profile
Interface AddressProfile11CMP

All Known Subinterfaces:
AddressProfileLocal, AddressProfileManagement

public interface AddressProfile11CMP

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

This CMP interface is suitable for SLEE 1.1 address profile tables.

Since:
SLEE 1.1

Method Summary
 Address getAddress()
          Get the address for this profile.
 void setAddress(Address address)
          Set the address for this profile.
 

Method Detail

getAddress

Address getAddress()
Get the address for this profile.

Returns:
the address for this profile.

setAddress

void setAddress(Address address)
Set the address for this profile.

Parameters:
address - the address for this profile.


Copyright © 2008. All Rights Reserved.