}
private void cellEntered(CellID cellID, String callId) {
// get the security manager
SecurityManager security = AppContext.getManager(SecurityManager.class);
CellResourceManager crm = AppContext.getManager(CellResourceManager.class);
// create a request
Action viewAction = new ViewAction();
Resource resource = crm.getCellResource(this.cellID);
if (resource != null) {
// there is security on this cell perform the enter notification
// securely
ActionMap am = new ActionMap(resource, new Action[] { viewAction });
ResourceMap request = new ResourceMap();