Re: static or not?



hawat.thufir@xxxxxxxxx wrote:
> iamfractal@xxxxxxxxxxx wrote:
> Hi, Ed!
>
> ...
> > Thus, for example, controller.Driver will register its Controller
> > interface in the Registry by calling:
> > Registry.getInstance().register(this).
>
> package controller;
> package-private class Driver extends controller.Controller{
> void register() {
> Registry.getInstance().register(this);
> }
> }
....

err,


package controller;
package-private class Driver implements ir1.Controller{
void register() {
Registry.getInstance().register(this);
}
}

.



Relevant Pages

  • Re: CDROM recognition problem on New SuperMicro X6DHT-G motherboard
    ... The CD ROM is PATA device that appears to be handled via an Intel Corp. 6300ESB chip probably using the IDE SATA controller and some PATA to SATA interface. ... 0000:00:00.0 Host bridge: Intel Corp. Server Memory Controller Hub ... Register ... 0000:00:02.0 PCI bridge: Intel Corp. Memory Controller Hub PCI Express ...
    (Debian-User)
  • CDROM recognition problem on New SuperMicro X6DHT-G motherboard
    ... The CD ROM is PATA device that appears to be handled via an Intel Corp. 6300ESB chip probably using the IDE SATA controller and some PATA to SATA interface. ... 0000:00:00.0 Host bridge: Intel Corp. Server Memory Controller Hub ... Register ... 0000:00:02.0 PCI bridge: Intel Corp. Memory Controller Hub PCI Express ...
    (Debian-User)
  • Re: static or not?
    ... >> Thus, for example, controller.Driver will register its Controller ... > "If I use a singleton, then I can strip away an interface from this ... > if this is done from class foo, what's foo's package? ...
    (comp.lang.java.help)
  • Re: intel-iommu: CONFIG_DMAR*=y kills my box
    ... Basically what is happening is that the register set and poll protocol ... 00:02.0 VGA compatible controller: Intel Corporation Integrated Graphics Controller ... ACPI: IRQ0 used by override. ... raid0: EQUAL ...
    (Linux-Kernel)
  • Problems with JTAG and LH79520
    ... I am in the process of writing a JTAG controller for an LH79520 board ... At this point I have been able to successfully access the instruction ... if I try to run the IDCODE command I am put into ... BYPASS when I try to access the data register. ...
    (comp.arch.embedded)