All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----bmsi.edx.CCB
| Summary |
public class CCB
extends java.lang.Object
implements bmsi.edx.Edxccb
{
// Fields 2
protected final char ccba;
protected final EDX edx;
// Methods 7
public final int getGroup();
public final EDXLogin getLogin();
public String getName();
public final int getPID();
public final int getUser();
public final boolean ownedBy(ActiveTCB);
public synchronized void setOwner(CCBOwner);
}
A class to represent a CCB in EDX memory.
| Cross Reference |
| Fields |
· edx | Summary | Top |
protected final EDX edx
· ccba | Summary | Top |
protected final char ccba
| Methods |
· getName | Summary | Top |
public String getName()
Return the name of this EDX terminal. The name is padded to 8 chars, use
String.trim()as required.
· getUser | Summary | Top |
public final int getUser()
Return the user id of the EDX4978 interface program for this EDX terminal.
· getGroup | Summary | Top |
public final int getGroup()
Return the group id of the EDX4978 interface program for this EDX terminal.
· getPID | Summary | Top |
public final int getPID()
Return the process id of the EdX terminal client.
· ownedBy | Summary | Top |
public final boolean ownedBy(ActiveTCB tcb)
Return whether this CCB is owned by an ActiveTCB.
· getLogin | Summary | Top |
public final EDXLogin getLogin()
Return the EDX security record for this CCB.
- Returns:
- null if EDX security is not active
· setOwner | Summary | Top |
public synchronized void setOwner(CCBOwner o)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7