org.objectweb.carol.util.csiv2.struct
Class AsStruct
java.lang.Object
org.objectweb.carol.util.csiv2.struct.AsStruct
- All Implemented Interfaces:
- java.io.Serializable
- public class AsStruct
- extends java.lang.Object
- implements java.io.Serializable
Cannot extends final class AS_ContextSec
- Author:
- Florent Benoit
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsStruct
public AsStruct()
getTargetName
public byte[] getTargetName()
- Returns:
- the targetName.
setTargetName
public void setTargetName(java.lang.String targetName)
- Parameters:
targetName
- The targetName to set.
getClientAuthenticationMech
public byte[] getClientAuthenticationMech()
- Returns:
- client authentication mech
getTargetRequires
public short getTargetRequires()
- Returns:
- the targetRequires.
setTargetRequires
public void setTargetRequires(int targetRequires)
- Parameters:
targetRequires
- The targetRequires to set.
getTargetSupports
public short getTargetSupports()
- Returns:
- the targetSupports.
setTargetSupports
public void setTargetSupports(int targetSupports)
- Parameters:
targetSupports
- The targetSupports to set.