JBoss Modular Service Kernel API 1.0.0.Beta1

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

Packages that use Location
org.jboss.msc.service   
 

Uses of Location in org.jboss.msc.service
 

Methods in org.jboss.msc.service with parameters of type Location
 boolean Location.equals(Location obj)
          Compare this location with another.
 BatchServiceBuilder<T> BatchServiceBuilder.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.Beta1

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