Bees v0.5.0 API

bees.core.resource
Class FileSystemRootHandler

java.lang.Object
  |
  +--bees.core.resource.CapabilityHandler
        |
        +--bees.core.resource.FileSystemRootHandler
All Implemented Interfaces:
edu.utah.janosvm.kit.comm.jsi.JSIHandler

public final class FileSystemRootHandler
extends CapabilityHandler

The FileSystemRootHandler is a JSIHandler that can create FileSystemRoot capabilities.


Fields inherited from class bees.core.resource.CapabilityHandler
tree
 
Constructor Summary
FileSystemRootHandler()
          Construct an empty FileSystemHandler object.
 
Method Summary
 java.lang.Object createCapability(edu.utah.janosvm.kit.comm.jsi.JSIMessage jm, java.lang.String name, java.lang.String comment)
          Abstract method called when the handler needs to create a capability.
 java.lang.Class getCapabilityClass()
           
 void getSuites(edu.utah.janosvm.kit.comm.jsi.JSIMessage jm)
           
 java.lang.String toString()
           
 
Methods inherited from class bees.core.resource.CapabilityHandler
handleMessage, resolveSpecifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSystemRootHandler

public FileSystemRootHandler()
Construct an empty FileSystemHandler object.
Method Detail

getCapabilityClass

public java.lang.Class getCapabilityClass()
Overrides:
getCapabilityClass in class CapabilityHandler
See Also:
CapabilityHandler.getCapabilityClass()

createCapability

public java.lang.Object createCapability(edu.utah.janosvm.kit.comm.jsi.JSIMessage jm,
                                         java.lang.String name,
                                         java.lang.String comment)
                                  throws edu.utah.janos.nodeos.AddressFormatException,
                                         edu.utah.janosvm.kit.comm.jsi.MissingPairException
Description copied from class: CapabilityHandler
Abstract method called when the handler needs to create a capability.
Overrides:
createCapability in class CapabilityHandler
See Also:
CapabilityHandler.createCapability(JSIMessage, String, String)

getSuites

public void getSuites(edu.utah.janosvm.kit.comm.jsi.JSIMessage jm)
See Also:
JSIHandler.getSuites(JSIMessage)

toString

public java.lang.String toString()
Overrides:
toString in class CapabilityHandler
See Also:
Object.toString()

Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/