|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.AddSagMembersConflict
This data type is a Sequence of Data Elements which describes a conflict that may occur when client applications are added to a SAG - see method addSagMembers(). This happens, when a client application is assigned to a service twice. The AlreadyAssignedSagProfilePair describes the SAG and the service profile through which the client application is already assigned to the service. It includes the current service profile. The ConflictGeneratingSagProfilePair describes another SAG, to which the client application should be added, and the corresponding service profile, through which the client application is also connected to this service. This creates a conflict, as there may exist only a single service profile for each service.
Constructor Summary | |
AddSagMembersConflict()
Creates a new AddSagMembersConflict instance. |
|
AddSagMembersConflict(java.lang.String _clientApplication,
org.csapi.jr.se.fw.SagProfilePair _conflictGeneratingSagProfilePair,
org.csapi.jr.se.fw.SagProfilePair _alreadyAssignedSagProfilePair,
java.lang.String _service)
Creates a new AddSagMembersConflict instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.fw.SagProfilePair |
getAlreadyAssignedSagProfilePair()
This method returns a alreadyAssignedSagProfilePair. |
java.lang.String |
getClientApplication()
This method returns a clientApplication. |
org.csapi.jr.se.fw.SagProfilePair |
getConflictGeneratingSagProfilePair()
This method returns a conflictGeneratingSagProfilePair. |
java.lang.String |
getService()
This method returns a service. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAlreadyAssignedSagProfilePair(org.csapi.jr.se.fw.SagProfilePair alreadyAssignedSagProfilePair)
This method sets a alreadyAssignedSagProfilePair. |
void |
setClientApplication(java.lang.String clientApplication)
This method sets a clientApplication. |
void |
setConflictGeneratingSagProfilePair(org.csapi.jr.se.fw.SagProfilePair conflictGeneratingSagProfilePair)
This method sets a conflictGeneratingSagProfilePair. |
void |
setService(java.lang.String service)
This method sets a service. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AddSagMembersConflict()
public AddSagMembersConflict(java.lang.String _clientApplication, org.csapi.jr.se.fw.SagProfilePair _conflictGeneratingSagProfilePair, org.csapi.jr.se.fw.SagProfilePair _alreadyAssignedSagProfilePair, java.lang.String _service)
_clientApplication
- _conflictGeneratingSagProfilePair
- _alreadyAssignedSagProfilePair
- _service
- Method Detail |
public java.lang.String getClientApplication()
public org.csapi.jr.se.fw.SagProfilePair getConflictGeneratingSagProfilePair()
public org.csapi.jr.se.fw.SagProfilePair getAlreadyAssignedSagProfilePair()
public java.lang.String getService()
public void setClientApplication(java.lang.String clientApplication)
public void setConflictGeneratingSagProfilePair(org.csapi.jr.se.fw.SagProfilePair conflictGeneratingSagProfilePair)
public void setAlreadyAssignedSagProfilePair(org.csapi.jr.se.fw.SagProfilePair alreadyAssignedSagProfilePair)
public void setService(java.lang.String service)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |