getService

public final static T getService<T extends Any>(Class<T> serviceClass)(source)

Returns the service registered in registerService or throws an exception, if no service is registered for the requested type.

Parameters

T

The type of the service

serviceClass

Java moment. The Java class of the service interface


public final static T getService<T extends Any>()(source)

Returns the service registered in registerService or throws an exception, if no service is registered for the requested type.

Parameters

T

The type of the service