Java org.springframework.context.support AbstractRefreshableConfigApplicationContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context.support AbstractRefreshableConfigApplicationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context.support AbstractRefreshableConfigApplicationContext.

The text is from its open source code.

Method

TgetBean(String name, Class requiredType)
voidregisterShutdownHook()
Register a shutdown hook with the JVM runtime, closing this context on JVM shutdown unless it has already been closed at that time.