org.apache.openejb.server
Class NamedService

java.lang.Object
  extended by org.apache.openejb.server.ServerServiceFilter
      extended by org.apache.openejb.server.NamedService
All Implemented Interfaces:
ServerService, Service

public class NamedService
extends ServerServiceFilter

Version:
$Rev$ $Date$

Constructor Summary
NamedService(ServerService service, String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class org.apache.openejb.server.ServerServiceFilter
getIP, getPort, init, service, service, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedService

public NamedService(ServerService service,
                    String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface ServerService
Overrides:
getName in class ServerServiceFilter


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.