Compoze Software, Inc.

com.compoze.ejb
Class EjbServiceRegistry


java.lang.Object

  |

  +--com.compoze.util.ServiceRegistry

        |

        +--com.compoze.ejb.EjbServiceRegistry

All Implemented Interfaces:
java.io.Serializable

public class EjbServiceRegistry
extends ServiceRegistry
implements java.io.Serializable

This class is the ServiceRegistry for the EJB runtime environment. Definitions for services are taken from the ejbruntime.properties file.

See Also:
ServiceRegistry, Serialized Form

Method Summary
static EjbServiceRegistry i()
          Gets the singleton instance of this class.
static void main(java.lang.String[] args)
          Main.
 
Methods inherited from class com.compoze.util.ServiceRegistry
get, get, getInstance, getInstance, getInstance, getInstance, getMappedInstance, getMappedInstance, getMappedInstance, getMappedInstance, getService, getService, getSingletonInstance, getSingletonInstance, getSingletonInstance, getSingletonInstance, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

i


public static EjbServiceRegistry i()
Gets the singleton instance of this class.
Returns:
the singleton EJB service registry instance

main


public static void main(java.lang.String[] args)
Main.
Parameters:
args - command line arguments

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.