org.teiid.adminapi.jboss
Class AdminProvider

java.lang.Object
  extended by org.teiid.adminapi.jboss.AdminProvider

public class AdminProvider
extends java.lang.Object


Constructor Summary
AdminProvider()
           
 
Method Summary
static Admin getLocal()
           
static Admin getLocal(org.jboss.profileservice.spi.ProfileService profileService)
           
static Admin getRemote(java.lang.String provideURL, java.lang.String userid, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminProvider

public AdminProvider()
Method Detail

getLocal

public static Admin getLocal(org.jboss.profileservice.spi.ProfileService profileService)

getLocal

public static Admin getLocal()
                      throws AdminComponentException
Throws:
AdminComponentException

getRemote

public static Admin getRemote(java.lang.String provideURL,
                              java.lang.String userid,
                              java.lang.String password)
                       throws AdminComponentException
Throws:
AdminComponentException


Copyright © 2011. All Rights Reserved.