An Importable for TeamListBackEnd that just provides a path for callbacks.
NOTE: This is final since we don't want to require the library writer to
export their classes from the kernel. And, otherwise, the kernel would be
calling non-kernel code, ick.
Field Summary
static java.lang.String
exportID
The name of the TeamListBackEnd object exported by the kernel.
Fields inherited from class edu.utah.janosvm.sys.ListNode
Bind this Importable to the given Exportable. The most common
implementation of this method would be to cast the Exportable to the
type that the Importable subclass handles and store it in the object as
well as any other handy pointers/values.
Unbind this Importable from any objects its referencing. The most
common implementation of this method would be null out any object
references in this object.
Callback for handling events related to teams. NOTE: This is called in
the context of the kernel so you must use the provided TeamReservation
if you want to do anything in the Importables team.
Parameters:
tr - A TeamReservation thats reserved the team that `this' is in.
ev - The TeamEvent object that describes the event that occurred.
This documentation is Copyright (C) 2000-2002 The University of Utah. All Rights Reserved. See the documentation license for distribution terms and restrictions. Documentation, software, and mailing lists for the JanosVM can be found at the Janos Project web page: http://www.cs.utah.edu/flux/janos/ Generated on Mar 17, 2002