JBoss Modular Service Kernel API 1.0.0.Beta6

Uses of Class
org.jboss.msc.service.Location

Packages that use Location
org.jboss.msc.service The service container implementation itself. 
 

Uses of Location in org.jboss.msc.service
 

Methods in org.jboss.msc.service that return Location
 Location ServiceController.getLocation()
          Get the location of this service.
 

Methods in org.jboss.msc.service with parameters of type Location
 boolean Location.equals(Location obj)
          Compare this location with another.
 ServiceBuilder<T> DelegatingServiceBuilder.setLocation(Location location)
          Set the service definition location, if any.
 ServiceBuilder<T> ServiceBuilder.setLocation(Location location)
          Set the service definition location, if any.
 

Constructors in org.jboss.msc.service with parameters of type Location
Location(String fileName, int lineNumber, int columnNumber, Location parentLocation)
          Create a new instance.
StartException(Location location)
           
StartException(String message, Location location)
           
StartException(String message, Throwable cause, Location location)
           
StartException(String message, Throwable cause, Location location, ServiceName serviceName)
           
StartException(Throwable cause, Location location)
           
 


JBoss Modular Service Kernel API 1.0.0.Beta6

Copyright © 2011 JBoss, a division of Red Hat, Inc.