|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.diameter.base.events.DiameterCommandImpl
public class DiameterCommandImpl
| Constructor Summary | |
|---|---|
DiameterCommandImpl(int code,
int applicationId,
boolean request,
boolean proxiable)
|
|
DiameterCommandImpl(int code,
long applicationId,
java.lang.String shortName,
java.lang.String longName,
boolean request,
boolean proxiable)
|
|
| Method Summary | |
|---|---|
long |
getApplicationId()
Return the application ID for this command, e.g., 0 |
int |
getCode()
Return the code for this command, e.g., 257. |
java.lang.String |
getLongName()
Return the long name for this command, e.g., "Capabilities-Exchange-Request". |
java.lang.String |
getShortName()
Return the short name for this command, e.g., "CER". |
boolean |
isProxiable()
Return true if and only if this command may be proxied. |
boolean |
isRequest()
Return true if and only if this command is a request. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DiameterCommandImpl(int code,
int applicationId,
boolean request,
boolean proxiable)
public DiameterCommandImpl(int code,
long applicationId,
java.lang.String shortName,
java.lang.String longName,
boolean request,
boolean proxiable)
| Method Detail |
|---|
public int getCode()
DiameterCommand
getCode in interface DiameterCommandpublic long getApplicationId()
DiameterCommand
getApplicationId in interface DiameterCommandpublic java.lang.String getShortName()
DiameterCommand
getShortName in interface DiameterCommandpublic java.lang.String getLongName()
DiameterCommand
getLongName in interface DiameterCommandpublic boolean isRequest()
DiameterCommand
isRequest in interface DiameterCommandpublic boolean isProxiable()
DiameterCommand
isProxiable in interface DiameterCommandpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||