|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.matching.ProfileRequest
public class ProfileRequest
This class encapsulates a profile propagation request
| Constructor Summary | |
|---|---|
ProfileRequest(byte[] marshalledBytes)
|
|
ProfileRequest(Profile profile,
boolean addProfile)
|
|
ProfileRequest(Profile profile,
boolean addProfile,
int level)
|
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
This method returns a serialized representation of the profile propagation Request |
byte[] |
getDestinationsToReach()
|
byte[] |
getDestinationsTraversedSoFar()
|
int |
getLevel()
If the level return is -1 it means the value was never changed after its initialization. |
Profile |
getProfile()
|
byte[] |
getSignedSecurityToken()
|
boolean |
hasSignedSecurityToken()
|
boolean |
isAddProfile()
Indicates if the profile propagation request refers to a profile addition or removal |
boolean |
isFromClient()
Indicates if this profile propagation request is from a client |
void |
setDestinationsToReach(byte[] toReach)
|
void |
setDestinationsTraversedSoFar(byte[] traversedSoFar)
|
void |
setSignedSecurityToken(byte[] sst)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileRequest(Profile profile,
boolean addProfile)
public ProfileRequest(Profile profile,
boolean addProfile,
int level)
public ProfileRequest(byte[] marshalledBytes)
| Method Detail |
|---|
public boolean isFromClient()
public boolean isAddProfile()
public Profile getProfile()
public int getLevel()
public byte[] getDestinationsToReach()
public byte[] getDestinationsTraversedSoFar()
public void setDestinationsToReach(byte[] toReach)
public void setDestinationsTraversedSoFar(byte[] traversedSoFar)
public byte[] getBytes()
public void setSignedSecurityToken(byte[] sst)
public byte[] getSignedSecurityToken()
public boolean hasSignedSecurityToken()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||